Skip to content

Commit 516e175

Browse files
author
Adam Rankin
committed
re #842 Updating Plus to 2.5.0 - Development Release
Improving detection of Windows SDK to actually find latest - Revoking detection of ucrt builds as they do not contain all libraries necessary
1 parent 4c7f14e commit 516e175

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 "4")
8+
SET(PLUSLIB_VERSION_MINOR "5")
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)