Skip to content

Commit 3cefaf4

Browse files
committed
prepare release 3.7.0
1 parent fb9e04d commit 3cefaf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ set(CPACK_PACKAGE_VENDOR "oldsch00l")
334334
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
335335
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
336336
set(CPACK_PACKAGE_VERSION_MAJOR "3")
337-
set(CPACK_PACKAGE_VERSION_MINOR "6")
338-
set(CPACK_PACKAGE_VERSION_PATCH "99")
337+
set(CPACK_PACKAGE_VERSION_MINOR "7")
338+
set(CPACK_PACKAGE_VERSION_PATCH "0")
339339
set(CPACK_PACKAGE_INSTALL_DIRECTORY "SqliteBrowser${CPACK_PACKAGE_VERSION_MAJOR}")
340340
if(WIN32 AND NOT UNIX)
341341
# There is a bug in NSI that does not handle full unix paths properly. Make

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef GEN_VERSION_H
22
#define GEN_VERSION_H
33
#define MAJOR_VERSION 3
4-
#define MINOR_VERSION 6
5-
#define PATCH_VERSION 99
4+
#define MINOR_VERSION 7
5+
#define PATCH_VERSION 0
66

77
#define str(s) #s
88
#define xstr(s) str(s)

0 commit comments

Comments
 (0)