Skip to content

Commit

Permalink
Merge pull request #1839 from isuruf/bump
Browse files Browse the repository at this point in the history
Bump version to 0.8.1
  • Loading branch information
isuruf committed Sep 6, 2021
2 parents 18884de + a5a2b47 commit e9cefb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -6,7 +6,7 @@ project(symengine)

set(SYMENGINE_MAJOR_VERSION 0)
set(SYMENGINE_MINOR_VERSION 8)
set(SYMENGINE_PATCH_VERSION 0)
set(SYMENGINE_PATCH_VERSION 1)
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 e9cefb0

Please sign in to comment.