Skip to content

Commit

Permalink
Remove redundant pre1 suffix in patch
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero committed Jun 22, 2020
1 parent 7774b69 commit 7630c8f
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 (SDF_PROTOCOL_VERSION 1.7)

set (SDF_MAJOR_VERSION 10)
set (SDF_MINOR_VERSION 0)
set (SDF_PATCH_VERSION 0~pre1)
set (SDF_PATCH_VERSION 0)

set (SDF_VERSION ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION})
set (SDF_VERSION_FULL ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION}.${SDF_PATCH_VERSION}~pre1)
Expand Down

0 comments on commit 7630c8f

Please sign in to comment.