Skip to content

Commit

Permalink
Bump version: 1.3.2 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Oct 14, 2023
1 parent 1931f5c commit d5d1c76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.2
current_version = 2.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if(${CMAKE_VERSION} VERSION_GREATER_EQUAL 3.27)
cmake_policy(SET CMP0148 NEW)
endif()

project("sycomore" VERSION 1.3.2)
project("sycomore" VERSION 2.0.0)

option(BUILD_SHARED_LIBS "Build Sycomore with shared libraries." ON)
option(BUILD_TESTING "Build unit tests." ON)
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "Sycomore"
PROJECT_NUMBER = 1.3.2
PROJECT_NUMBER = 2.0.0
PROJECT_BRIEF = MRI Simulation Toolkit

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
Expand Down

0 comments on commit d5d1c76

Please sign in to comment.