Update version string to 3.8.99 for the nightly builds

This commit is contained in:
Justin Clift
2015-12-25 22:51:10 +00:00
parent c9d9a73975
commit 4bb7eb1262
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)