Skip to content

Commit 4cc6604

Browse files
committed
Change version to 5.0.1
1 parent c64b7f3 commit 4cc6604

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
@@ -28,7 +28,7 @@ set (PROJECT_DATA_DIR share)
2828
# The version number.
2929
set (RSGISLIB_VERSION_MAJOR 5)
3030
set (RSGISLIB_VERSION_MINOR 0)
31-
set (RSGISLIB_VERSION_PATCH 0)
31+
set (RSGISLIB_VERSION_PATCH 1)
3232
set (RSGISLIB_VERSION "${RSGISLIB_VERSION_MAJOR}.${RSGISLIB_VERSION_MINOR}.${RSGISLIB_VERSION_PATCH}")
3333
set (RSGISLIB_PACKAGE_VERSION "${RSGISLIB_VERSION_MAJOR}.${RSGISLIB_VERSION_MINOR}.${RSGISLIB_VERSION_PATCH}")
3434
set (RSGISLIB_PACKAGE_STRING "RSGISLib ${RSGISLIB_VERSION_MAJOR}.${RSGISLIB_VERSION_MINOR}.${RSGISLIB_VERSION_PATCH}")

0 commit comments

Comments
 (0)