Skip to content

Commit

Permalink
Tagging 2.3.2
Browse files Browse the repository at this point in the history
Related to #307
  • Loading branch information
msoos committed Feb 20, 2019
1 parent 20593fc commit a58a4ab
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 @@ -295,7 +295,7 @@ if (GIT_EXECUTABLE)
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})
Expand Down

0 comments on commit a58a4ab

Please sign in to comment.