Skip to content

Commit ec250ae

Browse files
author
Adam Rankin
committed
re #842 Updated Plus version to 2.4.0
1 parent ce580d0 commit ec250ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)