Skip to content

Commit

Permalink
Releasing 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 25, 2020
1 parent 3c2d3dc commit 914f4ae
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 @@ -423,7 +423,7 @@ if (GIT_EXECUTABLE)
else()
set(GIT_SHA "GIT-hash-notfound")
endif()
set(CMS_FULL_VERSION "5.6.8")
set(CMS_FULL_VERSION "5.7.0")

string(REPLACE "." ";" CMS_FULL_VERSION_LIST ${CMS_FULL_VERSION})
SetVersionNumber("PROJECT" ${CMS_FULL_VERSION_LIST})
Expand Down

0 comments on commit 914f4ae

Please sign in to comment.