Version bump

This commit is contained in:
Olaf Barthel
2016-05-11 14:55:00 +02:00
parent 54ccf7266a
commit ad1a7acd92
3 changed files with 14 additions and 6 deletions
+8
View File
@@ -1080,3 +1080,11 @@ smbfs 1.110 (1.5.2016)
- Added the DEBUGFILE/K option. Not everybody has Sashimi or
a tool like it running in the background, which makes sharing
file system level debug information difficult.
smbfs 1.111 (11.5.2016)
- You can now identify smbfs by checking the DosList->dol_misc.dol_volume.dol_DiskType
field. It will read back as 0x534D4200, which is equivalent to the signature
"SMB\0". This change was suggested by Chris Handley and Chris Young.
Thank you very much!
+5 -5
View File
@@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 110
#define DATE "1.5.2016"
#define VERS "smbfs 1.110"
#define VSTRING "smbfs 1.110 (1.5.2016)\r\n"
#define VERSTAG "\0$VER: smbfs 1.110 (1.5.2016)"
#define REVISION 111
#define DATE "11.5.2016"
#define VERS "smbfs 1.111"
#define VSTRING "smbfs 1.111 (11.5.2016)\r\n"
#define VERSTAG "\0$VER: smbfs 1.111 (11.5.2016)"
+1 -1
View File
@@ -1 +1 @@
110
111