Skip to content

Commit

Permalink
Minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
blishko committed Mar 5, 2024
1 parent 528a03f commit a35c2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cmake_policy(SET CMP0074 NEW)
endif()

set(OPENSMT_VERSION_MAJOR 2)
set(OPENSMT_VERSION_MINOR 5)
set(OPENSMT_VERSION_PATCH 3)
set(OPENSMT_VERSION_MINOR 6)
set(OPENSMT_VERSION_PATCH 0)
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 a35c2a0

Please sign in to comment.