Skip to content

Commit

Permalink
Merge pull request #1979 from certik/release
Browse files Browse the repository at this point in the history
Change the version in CMakeLists.txt
  • Loading branch information
certik committed Sep 27, 2023
2 parents a3867fc + 370e282 commit 72a01e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -13,7 +13,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_CURRENT_SOURCE_DIR}/cmake/UserOverrid
project(symengine LANGUAGES C CXX)

set(SYMENGINE_MAJOR_VERSION 0)
set(SYMENGINE_MINOR_VERSION 10)
set(SYMENGINE_MINOR_VERSION 11)
set(SYMENGINE_PATCH_VERSION 1)
set(SYMENGINE_VERSION ${SYMENGINE_MAJOR_VERSION}.${SYMENGINE_MINOR_VERSION}.${SYMENGINE_PATCH_VERSION})

Expand Down

0 comments on commit 72a01e4

Please sign in to comment.