Updated version number.

This commit is contained in:
NovaRain
2017-03-06 00:43:39 +08:00
parent c3acd1af3e
commit 061302585b
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
;sfall configuration settings ;sfall configuration settings
;v3.8.2 ;v3.8.3
[Main] [Main]
;Change to 1 if you want to use command line args to tell sfall to use another ini file. ;Change to 1 if you want to use command line args to tell sfall to use another ini file.
+1 -1
View File
@@ -30,7 +30,7 @@ static char Name[64*PERK_count];
static char Desc[1024*PERK_count]; static char Desc[1024*PERK_count];
static char tName[64*TRAIT_count]; static char tName[64*TRAIT_count];
static char tDesc[1024*TRAIT_count]; static char tDesc[1024*TRAIT_count];
static char perksFile[260]; static char perksFile[MAX_PATH];
static BYTE disableTraits[TRAIT_count]; static BYTE disableTraits[TRAIT_count];
static DWORD* pc_trait=(DWORD*)_pc_trait; static DWORD* pc_trait=(DWORD*)_pc_trait;
+3 -3
View File
@@ -22,12 +22,12 @@
#define VERSION_MAJOR 3 #define VERSION_MAJOR 3
#define VERSION_MINOR 8 #define VERSION_MINOR 8
#define VERSION_BUILD 2 #define VERSION_BUILD 3
#define VERSION_REV 0 #define VERSION_REV 0
#ifdef WIN2K #ifdef WIN2K
#define VERSION_STRING "3.8.2 win2k" #define VERSION_STRING "3.8.3 win2k"
#else #else
#define VERSION_STRING "3.8.2" #define VERSION_STRING "3.8.3"
#endif #endif
#define CHECK_VAL (4) #define CHECK_VAL (4)