mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
This is the Amiga smbfs network file system, version 2.1.
Please see the README.md and smbfs.doc files for detailed documentation and the history.doc file for a detailed list of changes.
This commit is contained in:
Executable → Regular
@@ -49,7 +49,7 @@ PROJECT = smbfs
|
||||
#
|
||||
#############################################################################
|
||||
|
||||
VERSION = 1
|
||||
VERSION = 2
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#define VERSION 1
|
||||
#define REVISION 184
|
||||
#define DATE "3.11.2018"
|
||||
#define VERS "smbfs 1.184"
|
||||
#define VSTRING "smbfs 1.184 (3.11.2018)\r\n"
|
||||
#define VERSTAG "\0$VER: smbfs 1.184 (3.11.2018)"
|
||||
#define VERSION 2
|
||||
#define REVISION 1
|
||||
#define DATE "25.11.2018"
|
||||
#define VERS "smbfs 2.1"
|
||||
#define VSTRING "smbfs 2.1 (25.11.2018)\r\n"
|
||||
#define VERSTAG "\0$VER: smbfs 2.1 (25.11.2018)"
|
||||
|
||||
@@ -1 +1 @@
|
||||
184
|
||||
1
|
||||
|
||||
Executable → Regular
Reference in New Issue
Block a user