diff options
Diffstat (limited to 'src/common_modules.h')
-rw-r--r-- | src/common_modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common_modules.h b/src/common_modules.h index cdd42b7..ad8d0f2 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -39,7 +39,7 @@ #define A_VERSION 0x0100000 #define SDB_VERSION_MAJOR 2 // increments upon significant architectural changes or the achievement of important milestones #define SDB_VERSION_MINOR 2 // progress is made within a major version -#define SDB_VERSION_PATCH 40 // increments for small sets of changes +#define SDB_VERSION_PATCH 41 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map; |