Skip to content

Commit b2f883a

Browse files
committed
push also win32 package version
1 parent 4bcb816 commit b2f883a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 "0")
139+
set(CPACK_PACKAGE_VERSION_PATCH "1")
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

0 commit comments

Comments
 (0)