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:
obarthel
2018-11-25 16:16:44 +01:00
parent e797ade8b7
commit da389bf558
8 changed files with 107 additions and 20 deletions
Executable → Regular
View File
+1 -1
View File
@@ -49,7 +49,7 @@ PROJECT = smbfs
#
#############################################################################
VERSION = 1
VERSION = 2
###############################################################################
+6 -6
View File
@@ -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
View File
@@ -1 +1 @@
184
1
Executable → Regular
View File