Skip to content

Commit 2ca44e9

Browse files
committed
Set version to 6.2.0
1 parent 0ed065d commit 2ca44e9

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
@@ -10,7 +10,7 @@ find_package(Python3 3.7 EXACT REQUIRED)
1010
SET(SHAPEWORKS_MAJOR_VERSION 6 CACHE INTERNAL "Major version number" FORCE)
1111
SET(SHAPEWORKS_MINOR_VERSION 2 CACHE INTERNAL "Minor version number" FORCE)
1212
SET(SHAPEWORKS_PATCH_VERSION 0 CACHE INTERNAL "Patch version number" FORCE)
13-
SET(SHAPEWORKS_VERSION_STRING "6.2.0-rc9")
13+
SET(SHAPEWORKS_VERSION_STRING "6.2.0")
1414

1515

1616
#

0 commit comments

Comments
 (0)