mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-06 11:38:27 -06:00
Update version number to 3.10.99, which indicates a development version of 3.11.0
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>@EXECUTABLE@</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>3.10.0</string>
|
||||
<string>3.10.99</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>@ICON@</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -64,11 +64,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.10.0</string>
|
||||
<string>3.10.99</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>SqLB</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.10.0</string>
|
||||
<string>3.10.99</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define GEN_VERSION_H
|
||||
#define MAJOR_VERSION 3
|
||||
#define MINOR_VERSION 10
|
||||
#define PATCH_VERSION 0
|
||||
#define PATCH_VERSION 99
|
||||
|
||||
#define str(s) #s
|
||||
#define xstr(s) str(s)
|
||||
|
||||
Reference in New Issue
Block a user