Skip to content

Commit 5b305b0

Browse files
committed
release: push version to 3.0.3
1 parent db8b2d0 commit 5b305b0

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 "2")
139+
set(CPACK_PACKAGE_VERSION_PATCH "3")
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.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

0 commit comments

Comments
 (0)