Skip to content

Commit 989036c

Browse files
committed
Release 1.3.0
1 parent 1db1ee7 commit 989036c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ if (CMAKE_COMPILER_IS_GNUCC)
5353
endif()
5454

5555
set(PROJECT_VERSION_MAJOR 1)
56-
set(PROJECT_VERSION_MINOR 2)
56+
set(PROJECT_VERSION_MINOR 3)
5757
set(PROJECT_VERSION_PATCH 0)
58-
set(IS_RELEASE_VERSION FALSE)
58+
set(IS_RELEASE_VERSION TRUE)
5959

6060
if(IS_RELEASE_VERSION)
6161
set(PROJECT_VERSION_TWEAK 0)

0 commit comments

Comments
 (0)