Skip to content

Commit 92b40d2

Browse files
committed
Update version strings
1 parent 7eff791 commit 92b40d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.20)
22
MESSAGE(STATUS "Using CMake ${CMAKE_VERSION}")
33

44
SET(RLENVSCPP_VERSION_MAJOR 1)
5-
SET(RLENVSCPP_VERSION_MINOR 4)
5+
SET(RLENVSCPP_VERSION_MINOR 5)
66
SET(RLENVSCPP_VERSION_PATCH 0)
77

88
SET(RLENVSCPP_VERSION "${RLENVSCPP_VERSION_MAJOR}.${RLENVSCPP_VERSION_MINOR}.${RLENVSCPP_VERSION_PATCH}")

0 commit comments

Comments
 (0)