Skip to content

Commit 888deab

Browse files
committed
re #842: Updated Plus stable version to 2.4 (it was incorrectly left at 2.3 when the 2.4 branch was created)
1 parent d88ff54 commit 888deab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PlusLib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
55
# ------------------------------------------------------------------------
66
# Set project version number
77
SET(PLUSLIB_VERSION_MAJOR "2")
8-
SET(PLUSLIB_VERSION_MINOR "3")
8+
SET(PLUSLIB_VERSION_MINOR "4")
99
SET(PLUSLIB_VERSION_PATCH "0")
1010
SET(PLUSLIB_VERSION ${PLUSLIB_VERSION_MAJOR}.${PLUSLIB_VERSION_MINOR}.${PLUSLIB_VERSION_PATCH})
1111

0 commit comments

Comments
 (0)