Skip to content

Commit

Permalink
Calling it version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 6, 2020
1 parent c431e0b commit d52586a
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 @@ -347,7 +347,7 @@ if (GIT_EXECUTABLE)
else()
set(GIT_SHA "GIT-hash-notfound")
endif()
set(APPROXMC_FULL_VERSION "2.5.0")
set(APPROXMC_FULL_VERSION "4.0.0")

string(REPLACE "." ";" APPROXMC_FULL_VERSION_LIST ${APPROXMC_FULL_VERSION})
SetVersionNumber("PROJECT" ${APPROXMC_FULL_VERSION_LIST})
Expand Down

0 comments on commit d52586a

Please sign in to comment.