Skip to content

Commit

Permalink
Version 93.3 build 340
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Apr 1, 2018
1 parent 07868ba commit 9f1d676
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Config.h
Expand Up @@ -16,11 +16,11 @@
#endif

#ifndef MINOR_VERSION
#define MINOR_VERSION 1
#define MINOR_VERSION 3
#endif

#ifndef BUILD_NUM
#define BUILD_NUM 338
#define BUILD_NUM 340
#endif

#ifndef SNAPSHOT_ID
Expand All @@ -36,7 +36,7 @@

#if defined(SNAPSHOT) || defined(DEBUG)
#define FUTURE_SAVE_VERSION 93
#define FUTURE_MINOR_VERSION 0
#define FUTURE_MINOR_VERSION 3
#endif
//VersionInfoEnd

Expand Down

0 comments on commit 9f1d676

Please sign in to comment.