File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
413
413
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR} /LICENSE" )
414
414
set (CPACK_PACKAGE_VERSION_MAJOR "3" )
415
415
set (CPACK_PACKAGE_VERSION_MINOR "9" )
416
- set (CPACK_PACKAGE_VERSION_PATCH "100 " )
416
+ set (CPACK_PACKAGE_VERSION_PATCH "200 " )
417
417
set (CPACK_PACKAGE_INSTALL_DIRECTORY "DB Browser for SQLite" )
418
418
if (WIN32 AND NOT UNIX )
419
419
# There is a bug in NSIS that does not handle full unix paths properly. Make
Original file line number Diff line number Diff line change 52
52
<key >CFBundleExecutable </key >
53
53
<string >@EXECUTABLE@ </string >
54
54
<key >CFBundleGetInfoString </key >
55
- <string >3.9.100 </string >
55
+ <string >3.9.200 </string >
56
56
<key >CFBundleIconFile </key >
57
57
<string >@ICON@ </string >
58
58
<key >CFBundleIdentifier </key >
64
64
<key >CFBundlePackageType </key >
65
65
<string >APPL </string >
66
66
<key >CFBundleShortVersionString </key >
67
- <string >3.9.100 </string >
67
+ <string >3.9.200 </string >
68
68
<key >CFBundleSignature </key >
69
69
<string >SqLB </string >
70
70
<key >CFBundleVersion </key >
71
- <string >3.9.100 </string >
71
+ <string >3.9.200 </string >
72
72
<key >NSPrincipalClass </key >
73
73
<string >NSApplication </string >
74
74
<key >NSHighResolutionCapable </key >
Original file line number Diff line number Diff line change 2
2
#define GEN_VERSION_H
3
3
#define MAJOR_VERSION 3
4
4
#define MINOR_VERSION 9
5
- #define PATCH_VERSION 100
5
+ #define PATCH_VERSION 200
6
6
7
7
#define str (s ) #s
8
8
#define xstr (s ) str(s)
You can’t perform that action at this time.
0 commit comments