Skip to content

Commit 00a1c66

Browse files
committed
Update version number to 5.02
1 parent 7ac0eac commit 00a1c66

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 1)
31+
set (RSGISLIB_VERSION_PATCH 2)
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)