From ad1a7acd925c807c051958fe8f12e2d0bdbe5734 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Wed, 11 May 2016 14:55:00 +0200 Subject: [PATCH] Version bump --- documentation/history.doc | 8 ++++++++ source_code/smbfs_rev.h | 10 +++++----- source_code/smbfs_rev.rev | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/documentation/history.doc b/documentation/history.doc index 9499950..e98b322 100644 --- a/documentation/history.doc +++ b/documentation/history.doc @@ -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! diff --git a/source_code/smbfs_rev.h b/source_code/smbfs_rev.h index 26ddfd3..8a72b37 100644 --- a/source_code/smbfs_rev.h +++ b/source_code/smbfs_rev.h @@ -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)" diff --git a/source_code/smbfs_rev.rev b/source_code/smbfs_rev.rev index bc6298e..58c9bdf 100644 --- a/source_code/smbfs_rev.rev +++ b/source_code/smbfs_rev.rev @@ -1 +1 @@ -110 +111