Skip to content

Commit

Permalink
CMake: Bump OpenSMT version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Blicha committed Oct 24, 2022
1 parent 65ee3c9 commit 475ce82
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 @@ -6,7 +6,7 @@ endif()

set(OPENSMT_VERSION_MAJOR 2)
set(OPENSMT_VERSION_MINOR 4)
set(OPENSMT_VERSION_PATCH 1)
set(OPENSMT_VERSION_PATCH 2)
set(OPENSMT_VERSION ${OPENSMT_VERSION_MAJOR}.${OPENSMT_VERSION_MINOR}.${OPENSMT_VERSION_PATCH})
project(opensmt VERSION ${OPENSMT_VERSION} LANGUAGES CXX)

Expand Down

0 comments on commit 475ce82

Please sign in to comment.