Version 94.0.342
This commit is contained in:
parent
a1caa44107
commit
a979917744
10
src/Config.h
10
src/Config.h
@ -12,15 +12,15 @@
|
|||||||
|
|
||||||
//VersionInfoStart
|
//VersionInfoStart
|
||||||
#ifndef SAVE_VERSION
|
#ifndef SAVE_VERSION
|
||||||
#define SAVE_VERSION 93
|
#define SAVE_VERSION 94
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MINOR_VERSION
|
#ifndef MINOR_VERSION
|
||||||
#define MINOR_VERSION 3
|
#define MINOR_VERSION 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BUILD_NUM
|
#ifndef BUILD_NUM
|
||||||
#define BUILD_NUM 340
|
#define BUILD_NUM 342
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SNAPSHOT_ID
|
#ifndef SNAPSHOT_ID
|
||||||
@ -35,8 +35,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(SNAPSHOT) || defined(DEBUG)
|
#if defined(SNAPSHOT) || defined(DEBUG)
|
||||||
#define FUTURE_SAVE_VERSION 93
|
#define FUTURE_SAVE_VERSION 94
|
||||||
#define FUTURE_MINOR_VERSION 3
|
#define FUTURE_MINOR_VERSION 0
|
||||||
#endif
|
#endif
|
||||||
//VersionInfoEnd
|
//VersionInfoEnd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user