Skip to content

Commit

Permalink
Merge pull request #1885 from isuruf/update
Browse files Browse the repository at this point in the history
Update version to 0.9.0
  • Loading branch information
isuruf committed Feb 16, 2022
2 parents 9c3c7d6 + 18dd97a commit 7b18808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -5,8 +5,8 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_CURRENT_SOURCE_DIR}/cmake/UserOverrid
project(symengine)

set(SYMENGINE_MAJOR_VERSION 0)
set(SYMENGINE_MINOR_VERSION 8)
set(SYMENGINE_PATCH_VERSION 1)
set(SYMENGINE_MINOR_VERSION 9)
set(SYMENGINE_PATCH_VERSION 0)
set(SYMENGINE_VERSION ${SYMENGINE_MAJOR_VERSION}.${SYMENGINE_MINOR_VERSION}.${SYMENGINE_PATCH_VERSION})

set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
Expand Down

0 comments on commit 7b18808

Please sign in to comment.