Update version number to 3.8.99 for nightly builds

This commit is contained in:
Justin Clift
2015-12-26 12:44:43 +00:00
parent 3a22a9b6f4
commit 67901cd9cf
2 changed files with 3 additions and 3 deletions

View File

@@ -64,11 +64,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.8.0</string>
<string>3.8.99</string>
<key>CFBundleSignature</key>
<string>SqLB</string>
<key>CFBundleVersion</key>
<string>3.8.0</string>
<string>3.8.99</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>

View File

@@ -2,7 +2,7 @@
#define GEN_VERSION_H
#define MAJOR_VERSION 3
#define MINOR_VERSION 8
#define PATCH_VERSION 0
#define PATCH_VERSION 99
#define str(s) #s
#define xstr(s) str(s)