Skip to content

Commit 78d4a19

Browse files
committed
1.4.1 Release
1 parent c46227c commit 78d4a19

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
@@ -55,8 +55,8 @@ endif()
5555

5656
set(PROJECT_VERSION_MAJOR 1)
5757
set(PROJECT_VERSION_MINOR 4)
58-
set(PROJECT_VERSION_PATCH 0)
59-
set(IS_RELEASE_VERSION FALSE)
58+
set(PROJECT_VERSION_PATCH 1)
59+
set(IS_RELEASE_VERSION TRUE)
6060

6161
if(IS_RELEASE_VERSION)
6262
set(PROJECT_VERSION_TWEAK 0)

0 commit comments

Comments
 (0)