Skip to content

Commit 95f9e74

Browse files
committed
Update version number to 3.9.200, which we're using for 3.10.0-beta2
1 parent bbbadba commit 95f9e74

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
413413
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
414414
set(CPACK_PACKAGE_VERSION_MAJOR "3")
415415
set(CPACK_PACKAGE_VERSION_MINOR "9")
416-
set(CPACK_PACKAGE_VERSION_PATCH "100")
416+
set(CPACK_PACKAGE_VERSION_PATCH "200")
417417
set(CPACK_PACKAGE_INSTALL_DIRECTORY "DB Browser for SQLite")
418418
if(WIN32 AND NOT UNIX)
419419
# There is a bug in NSIS that does not handle full unix paths properly. Make

src/app.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<key>CFBundleExecutable</key>
5353
<string>@EXECUTABLE@</string>
5454
<key>CFBundleGetInfoString</key>
55-
<string>3.9.100</string>
55+
<string>3.9.200</string>
5656
<key>CFBundleIconFile</key>
5757
<string>@ICON@</string>
5858
<key>CFBundleIdentifier</key>
@@ -64,11 +64,11 @@
6464
<key>CFBundlePackageType</key>
6565
<string>APPL</string>
6666
<key>CFBundleShortVersionString</key>
67-
<string>3.9.100</string>
67+
<string>3.9.200</string>
6868
<key>CFBundleSignature</key>
6969
<string>SqLB</string>
7070
<key>CFBundleVersion</key>
71-
<string>3.9.100</string>
71+
<string>3.9.200</string>
7272
<key>NSPrincipalClass</key>
7373
<string>NSApplication</string>
7474
<key>NSHighResolutionCapable</key>

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define GEN_VERSION_H
33
#define MAJOR_VERSION 3
44
#define MINOR_VERSION 9
5-
#define PATCH_VERSION 100
5+
#define PATCH_VERSION 200
66

77
#define str(s) #s
88
#define xstr(s) str(s)

0 commit comments

Comments
 (0)