Skip to content

Commit

Permalink
Merge pull request #2215 from SCIInstitute/release_v6.5
Browse files Browse the repository at this point in the history
6.5.0
  • Loading branch information
akenmorris committed Mar 16, 2024
2 parents cc28726 + 2ff9e7e commit 2ae9bb2
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 @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.20)
SET(SHAPEWORKS_MAJOR_VERSION 6 CACHE INTERNAL "Major version number" FORCE)
SET(SHAPEWORKS_MINOR_VERSION 5 CACHE INTERNAL "Minor version number" FORCE)
SET(SHAPEWORKS_PATCH_VERSION 0 CACHE INTERNAL "Patch version number" FORCE)
SET(SHAPEWORKS_VERSION_STRING "6.5.0-RC4")
SET(SHAPEWORKS_VERSION_STRING "6.5.0")
SET(SHAPEWORKS_VERSION "${SHAPEWORKS_MAJOR_VERSION}.${SHAPEWORKS_MINOR_VERSION}.${SHAPEWORKS_PATCH_VERSION}")

# First, check that files were checked out properly using git-lfs
Expand Down

0 comments on commit 2ae9bb2

Please sign in to comment.