Skip to content

Commit 09b4343

Browse files
committed
push version
1 parent 0a41e20 commit 09b4343

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.rst")
136136
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
137137
set(CPACK_PACKAGE_VERSION_MAJOR "3")
138138
set(CPACK_PACKAGE_VERSION_MINOR "0")
139-
set(CPACK_PACKAGE_VERSION_PATCH "1")
139+
set(CPACK_PACKAGE_VERSION_PATCH "2")
140140
set(CPACK_PACKAGE_INSTALL_DIRECTORY "SqliteBrowser${CPACK_PACKAGE_VERSION_MAJOR}")
141141
if(WIN32 AND NOT UNIX)
142142
# 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_VERSIONS_H__
22
#define __GEN_VERISONS_H__
3-
#define APP_VERSION "3.0.1"
3+
#define APP_VERSION "3.0.2"
44
#define MAJOR_VERSION 3
55
#define MINOR_VERSION 0
6-
#define PATCH_VERSION 1
6+
#define PATCH_VERSION 2
77
#endif

0 commit comments

Comments
 (0)