diff --git a/src/app.plist b/src/app.plist
index aea84dff3..d4f66e7ef 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 004bb11bc..7f2fd7d54 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)