File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -334,8 +334,8 @@ set(CPACK_PACKAGE_VENDOR "oldsch00l")
334
334
set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR} /README.md" )
335
335
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR} /LICENSE" )
336
336
set (CPACK_PACKAGE_VERSION_MAJOR "3" )
337
- set (CPACK_PACKAGE_VERSION_MINOR "6 " )
338
- set (CPACK_PACKAGE_VERSION_PATCH "99 " )
337
+ set (CPACK_PACKAGE_VERSION_MINOR "7 " )
338
+ set (CPACK_PACKAGE_VERSION_PATCH "0 " )
339
339
set (CPACK_PACKAGE_INSTALL_DIRECTORY "SqliteBrowser${CPACK_PACKAGE_VERSION_MAJOR} " )
340
340
if (WIN32 AND NOT UNIX )
341
341
# There is a bug in NSI that does not handle full unix paths properly. Make
Original file line number Diff line number Diff line change 1
1
#ifndef GEN_VERSION_H
2
2
#define GEN_VERSION_H
3
3
#define MAJOR_VERSION 3
4
- #define MINOR_VERSION 6
5
- #define PATCH_VERSION 99
4
+ #define MINOR_VERSION 7
5
+ #define PATCH_VERSION 0
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