Skip to content

Commit

Permalink
Update version to 5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
petebunting committed Jul 13, 2022
1 parent 5ba87f6 commit a861f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set (PROJECT_DATA_DIR share)
# The version number.
set (RSGISLIB_VERSION_MAJOR 5)
set (RSGISLIB_VERSION_MINOR 0)
set (RSGISLIB_VERSION_PATCH 9)
set (RSGISLIB_VERSION_PATCH 10)
set (RSGISLIB_VERSION "${RSGISLIB_VERSION_MAJOR}.${RSGISLIB_VERSION_MINOR}.${RSGISLIB_VERSION_PATCH}")
set (RSGISLIB_PACKAGE_VERSION "${RSGISLIB_VERSION_MAJOR}.${RSGISLIB_VERSION_MINOR}.${RSGISLIB_VERSION_PATCH}")
set (RSGISLIB_PACKAGE_STRING "RSGISLib ${RSGISLIB_VERSION_MAJOR}.${RSGISLIB_VERSION_MINOR}.${RSGISLIB_VERSION_PATCH}")
Expand Down

0 comments on commit a861f0d

Please sign in to comment.