From 4bb7eb12628c1842edf5ee1aa06c77e5c0929f0f Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Fri, 25 Dec 2015 22:51:10 +0000 Subject: [PATCH] Update version string to 3.8.99 for the nightly builds --- src/app.plist | 4 ++-- src/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app.plist b/src/app.plist index aea84dff..d4f66e7e 100644 --- a/src/app.plist +++ b/src/app.plist @@ -64,11 +64,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.8.0 + 3.8.99 CFBundleSignature SqLB CFBundleVersion - 3.8.0 + 3.8.99 NSPrincipalClass NSApplication NSHighResolutionCapable diff --git a/src/version.h b/src/version.h index 004bb11b..7f2fd7d5 100644 --- a/src/version.h +++ b/src/version.h @@ -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)