Skip to content

Commit

Permalink
Merge pull request #1836 from isuruf/bump-version
Browse files Browse the repository at this point in the history
Update version to 0.8.0
  • Loading branch information
isuruf committed Sep 4, 2021
2 parents e6716b6 + fc8fddb commit 286e8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_CURRENT_SOURCE_DIR}/cmake/UserOverrid
project(symengine)

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

Expand Down

0 comments on commit 286e8ef

Please sign in to comment.