Skip to content

Commit

Permalink
Update version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blishko committed May 29, 2024
1 parent 4d004c7 commit e4e6a65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 6)
set(OPENSMT_VERSION_PATCH 1)
set(OPENSMT_VERSION_MINOR 7)
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
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.6.1 (unreleased)
### 2.7.0 (unreleased)

Bug fixes:
- Fix unsoundness in incremental solving involving theory combination (introduced in 2.6.0).
Expand Down

0 comments on commit e4e6a65

Please sign in to comment.