File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,10 @@ set(gv "${CMAKE_SOURCE_DIR}/src/gen_version.h")
143
143
file (WRITE "${gv} "
144
144
"#ifndef GEN_VERSION_H\n "
145
145
"#define GEN_VERSION_H\n "
146
- "#define APP_VERSION \" 3.5.0 \"\n "
146
+ "#define APP_VERSION \" 3.5.1 \"\n "
147
147
"#define MAJOR_VERSION 3\n "
148
148
"#define MINOR_VERSION 5\n "
149
- "#define PATCH_VERSION 0 \n "
149
+ "#define PATCH_VERSION 1 \n "
150
150
"#endif\n " )
151
151
152
152
#icon and correct libs/subsystem for windows
@@ -245,7 +245,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
245
245
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR} /LICENSE" )
246
246
set (CPACK_PACKAGE_VERSION_MAJOR "3" )
247
247
set (CPACK_PACKAGE_VERSION_MINOR "5" )
248
- set (CPACK_PACKAGE_VERSION_PATCH "0 " )
248
+ set (CPACK_PACKAGE_VERSION_PATCH "1 " )
249
249
set (CPACK_PACKAGE_INSTALL_DIRECTORY "SqliteBrowser${CPACK_PACKAGE_VERSION_MAJOR} " )
250
250
if (WIN32 AND NOT UNIX )
251
251
# 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
- #define APP_VERSION "3.5.0 "
3
+ #define APP_VERSION "3.5.1 "
4
4
#define MAJOR_VERSION 3
5
5
#define MINOR_VERSION 5
6
- #define PATCH_VERSION 0
6
+ #define PATCH_VERSION 1
7
7
#endif
You can’t perform that action at this time.
0 commit comments