Skip to content

Commit d036928

Browse files
authored
Merge pull request symengine#1637 from isuruf/bump_version
Bump version
2 parents fff19f5 + 857e0d6 commit d036928

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.mailmap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ Gerrit Ansmann <[email protected]> <[email protected]> Gerrit Ans
4242
4343
Rajiv Ranjan Singh <[email protected]> Rajiv Ranjan Singh <[email protected]>
4444
Brandon Bocklund <[email protected]>
45+
46+
Björn Dahlgren <[email protected]>
47+
Roger Luo <[email protected]>
48+
Jogi Miglani <[email protected]>

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ Simon Stelter <[email protected]>
6868
Brandon Bocklund <[email protected]>
6969
Marcello Mansueto <[email protected]>
7070
Steven Lee <[email protected]>
71+
Roger Luo <[email protected]>
72+
Jogi Miglani <[email protected]>
73+
Liam Keegan <[email protected]>

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_SOURCE_DIR}/cmake/UserOverride.cmake)
55
project(symengine)
66

77
set(SYMENGINE_MAJOR_VERSION 0)
8-
set(SYMENGINE_MINOR_VERSION 5)
8+
set(SYMENGINE_MINOR_VERSION 6)
99
set(SYMENGINE_PATCH_VERSION 0)
1010
set(SYMENGINE_VERSION ${SYMENGINE_MAJOR_VERSION}.${SYMENGINE_MINOR_VERSION}.${SYMENGINE_PATCH_VERSION})
1111

0 commit comments

Comments
 (0)