mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
Version bump
This commit is contained in:
@@ -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!
|
||||
|
||||
@@ -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 @@
|
||||
110
|
||||
111
|
||||
|
||||
Reference in New Issue
Block a user