Skip to content

Commit

Permalink
bump version to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Feb 8, 2015
1 parent 674e62e commit 1d12977
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ set(gv "${CMAKE_SOURCE_DIR}/src/gen_version.h")
file(WRITE "${gv}"
"#ifndef GEN_VERSION_H\n"
"#define GEN_VERSION_H\n"
"#define APP_VERSION \"3.5.0\"\n"
"#define APP_VERSION \"3.5.1\"\n"
"#define MAJOR_VERSION 3\n"
"#define MINOR_VERSION 5\n"
"#define PATCH_VERSION 0\n"
"#define PATCH_VERSION 1\n"
"#endif\n")

#icon and correct libs/subsystem for windows
Expand Down Expand Up @@ -245,7 +245,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "5")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "SqliteBrowser${CPACK_PACKAGE_VERSION_MAJOR}")
if(WIN32 AND NOT UNIX)
# There is a bug in NSI that does not handle full unix paths properly. Make
Expand Down
4 changes: 2 additions & 2 deletions src/gen_version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef GEN_VERSION_H
#define GEN_VERSION_H
#define APP_VERSION "3.5.0"
#define APP_VERSION "3.5.1"
#define MAJOR_VERSION 3
#define MINOR_VERSION 5
#define PATCH_VERSION 0
#define PATCH_VERSION 1
#endif

0 comments on commit 1d12977

Please sign in to comment.