Files
amiga-smbfs/source_code/smbfs_rev.h
T
obarthel 140ce82208 Updated to version 2.22
The memory pool initialization should have happened after having initialized the command line argument data, not before it.

I broke the automatic device name ("smbfs0:" .. "smbfs99:") initialization at some point. Ouch :-(  The revised code now starts with "smbfs:", then tries "smbfs0:" through "smbfs99:" until it has picked a unique file system device name. This is consistent with the old behaviour of trying to use "smbfs:" if no device specific name has been requested.
2019-03-09 14:58:55 +01:00

7 lines
185 B
C

#define VERSION 2
#define REVISION 22
#define DATE "9.3.2019"
#define VERS "smbfs 2.22"
#define VSTRING "smbfs 2.22 (9.3.2019)\r\n"
#define VERSTAG "\0$VER: smbfs 2.22 (9.3.2019)"