Update version numbers to 3.10.0

This commit is contained in:
Justin Clift
2017-08-18 18:35:59 +01:00
parent 0c20582edb
commit 04e64f4844
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ below with an "x", then click the "Submit new issue" button at the bottom
#### I'm using DB4S version:
- [ ] 3.10.0-beta2
- [ ] 3.10.0-beta1
- [ ] 3.10.0
- [ ] 3.10.0-beta*
- [ ] 3.9.1
- [ ] Other: ___
+2 -2
View File
@@ -412,8 +412,8 @@ set(CPACK_PACKAGE_VENDOR "DB Browser for SQLite Team")
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "9")
set(CPACK_PACKAGE_VERSION_PATCH "200")
set(CPACK_PACKAGE_VERSION_MINOR "10")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "DB Browser for SQLite")
if(WIN32 AND NOT UNIX)
# There is a bug in NSIS that does not handle full unix paths properly. Make
+3 -3
View File
@@ -52,7 +52,7 @@
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<key>CFBundleGetInfoString</key>
<string>3.9.200</string>
<string>3.10.0</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.9.200</string>
<string>3.10.0</string>
<key>CFBundleSignature</key>
<string>SqLB</string>
<key>CFBundleVersion</key>
<string>3.9.200</string>
<string>3.10.0</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
+2 -2
View File
@@ -1,8 +1,8 @@
#ifndef GEN_VERSION_H
#define GEN_VERSION_H
#define MAJOR_VERSION 3
#define MINOR_VERSION 9
#define PATCH_VERSION 200
#define MINOR_VERSION 10
#define PATCH_VERSION 0
#define str(s) #s
#define xstr(s) str(s)