Skip to content

Commit

Permalink
Updated to version 5.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
petebunting committed Oct 2, 2023
1 parent a0c86cf commit 3f76301
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 14)
set (RSGISLIB_VERSION_PATCH 15)
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 3f76301

Please sign in to comment.