File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.rst")
136136set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR} /LICENSE" )
137137set (CPACK_PACKAGE_VERSION_MAJOR "3" )
138138set (CPACK_PACKAGE_VERSION_MINOR "0" )
139- set (CPACK_PACKAGE_VERSION_PATCH "2 " )
139+ set (CPACK_PACKAGE_VERSION_PATCH "3 " )
140140set (CPACK_PACKAGE_INSTALL_DIRECTORY "SqliteBrowser${CPACK_PACKAGE_VERSION_MAJOR} " )
141141if (WIN32 AND NOT UNIX )
142142 # 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 11#ifndef __GEN_VERSIONS_H__
22#define __GEN_VERISONS_H__
3- #define APP_VERSION "3.0.2 "
3+ #define APP_VERSION "3.0.3 "
44#define MAJOR_VERSION 3
55#define MINOR_VERSION 0
6- #define PATCH_VERSION 2
6+ #define PATCH_VERSION 3
77#endif
You can’t perform that action at this time.
0 commit comments