Skip to content

Commit

Permalink
Merge pull request #1573 from isuruf/revert
Browse files Browse the repository at this point in the history
Revert "Update version to 0.5.0"
  • Loading branch information
isuruf committed Jul 27, 2019
2 parents e54fefd + e6a3d4e commit 4f7cd0e
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_SOURCE_DIR}/cmake/UserOverride.cmake)
project(symengine)

set(SYMENGINE_MAJOR_VERSION 0)
set(SYMENGINE_MINOR_VERSION 5)
set(SYMENGINE_PATCH_VERSION 0)
set(SYMENGINE_MINOR_VERSION 4)
set(SYMENGINE_PATCH_VERSION 1)
set(SYMENGINE_VERSION ${SYMENGINE_MAJOR_VERSION}.${SYMENGINE_MINOR_VERSION}.${SYMENGINE_PATCH_VERSION})

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

0 comments on commit 4f7cd0e

Please sign in to comment.