Skip to content

Commit 1d12977

Browse files
committed
bump version to 3.5.1
1 parent 674e62e commit 1d12977

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ set(gv "${CMAKE_SOURCE_DIR}/src/gen_version.h")
143143
file(WRITE "${gv}"
144144
"#ifndef GEN_VERSION_H\n"
145145
"#define GEN_VERSION_H\n"
146-
"#define APP_VERSION \"3.5.0\"\n"
146+
"#define APP_VERSION \"3.5.1\"\n"
147147
"#define MAJOR_VERSION 3\n"
148148
"#define MINOR_VERSION 5\n"
149-
"#define PATCH_VERSION 0\n"
149+
"#define PATCH_VERSION 1\n"
150150
"#endif\n")
151151

152152
#icon and correct libs/subsystem for windows
@@ -245,7 +245,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
245245
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
246246
set(CPACK_PACKAGE_VERSION_MAJOR "3")
247247
set(CPACK_PACKAGE_VERSION_MINOR "5")
248-
set(CPACK_PACKAGE_VERSION_PATCH "0")
248+
set(CPACK_PACKAGE_VERSION_PATCH "1")
249249
set(CPACK_PACKAGE_INSTALL_DIRECTORY "SqliteBrowser${CPACK_PACKAGE_VERSION_MAJOR}")
250250
if(WIN32 AND NOT UNIX)
251251
# There is a bug in NSI that does not handle full unix paths properly. Make

src/gen_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef GEN_VERSION_H
22
#define GEN_VERSION_H
3-
#define APP_VERSION "3.5.0"
3+
#define APP_VERSION "3.5.1"
44
#define MAJOR_VERSION 3
55
#define MINOR_VERSION 5
6-
#define PATCH_VERSION 0
6+
#define PATCH_VERSION 1
77
#endif

0 commit comments

Comments
 (0)