Skip to content

Commit dc87201

Browse files
committed
Update version to 5.0.4
1 parent e6561a0 commit dc87201

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 3)
31+
set (RSGISLIB_VERSION_PATCH 4)
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)