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")
136
136
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR} /LICENSE" )
137
137
set (CPACK_PACKAGE_VERSION_MAJOR "3" )
138
138
set (CPACK_PACKAGE_VERSION_MINOR "0" )
139
- set (CPACK_PACKAGE_VERSION_PATCH "1 " )
139
+ set (CPACK_PACKAGE_VERSION_PATCH "2 " )
140
140
set (CPACK_PACKAGE_INSTALL_DIRECTORY "SqliteBrowser${CPACK_PACKAGE_VERSION_MAJOR} " )
141
141
if (WIN32 AND NOT UNIX )
142
142
# 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_VERSIONS_H__
2
2
#define __GEN_VERISONS_H__
3
- #define APP_VERSION "3.0.1 "
3
+ #define APP_VERSION "3.0.2 "
4
4
#define MAJOR_VERSION 3
5
5
#define MINOR_VERSION 0
6
- #define PATCH_VERSION 1
6
+ #define PATCH_VERSION 2
7
7
#endif
You can’t perform that action at this time.
0 commit comments