Skip to content

Commit

Permalink
push version
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Feb 12, 2014
1 parent 0a41e20 commit 09b4343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.rst")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "0")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(CPACK_PACKAGE_VERSION_PATCH "2")
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_VERSIONS_H__
#define __GEN_VERISONS_H__
#define APP_VERSION "3.0.1"
#define APP_VERSION "3.0.2"
#define MAJOR_VERSION 3
#define MINOR_VERSION 0
#define PATCH_VERSION 1
#define PATCH_VERSION 2
#endif

0 comments on commit 09b4343

Please sign in to comment.