commit | a58a4ab2f42a334854c7e7485593e33cd4b4ee53 | [log] [tgz] |
---|---|---|
author | Mate Soos <soos.mate@gmail.com> | Wed Feb 20 23:10:45 2019 |
committer | Mate Soos <soos.mate@gmail.com> | Wed Feb 20 23:12:34 2019 |
tree | b1037592e03e4959756ef90382461f8099f0e231 | |
parent | 20593fcdc258e056a583aabf9390422c72ecb246 [diff] |
Tagging 2.3.2 Related to #307
diff --git a/CMakeLists.txt b/CMakeLists.txt index d3e9133..3dc7e16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -295,7 +295,7 @@ else() set(GIT_SHA "GIT-hash-notfound") endif() -set(STP_FULL_VERSION "2.1.2") +set(STP_FULL_VERSION "2.3.2") string(REPLACE "." ";" STP_FULL_VERSION_LIST ${STP_FULL_VERSION}) SetVersionNumber("PROJECT" ${STP_FULL_VERSION_LIST})