mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
This version fixes the instant crash in the fully optimized 68k/020+ builds, which was cased by a missing __saveds keyword.
7 lines
187 B
C
7 lines
187 B
C
#define VERSION 2
|
|
#define REVISION 5
|
|
#define DATE "16.12.2018"
|
|
#define VERS "smbfs 2.5"
|
|
#define VSTRING "smbfs 2.5 (16.12.2018)\r\n"
|
|
#define VERSTAG "\0$VER: smbfs 2.5 (16.12.2018)"
|