Skip to content

Commit

Permalink
Update version string to 3.8.99 for the nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Dec 25, 2015
1 parent c9d9a73 commit 4bb7eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4bb7eb1

Please sign in to comment.