Skip to content

Commit

Permalink
Merge pull request #2784 from boutproject/master-version
Browse files Browse the repository at this point in the history
master branch will be 5.1.1 not 5.2.0
  • Loading branch information
ZedThree authored Oct 20, 2023
2 parents de8ae6c + 05f25ba commit 0994fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif()
# Set the version here, strip any extra tags to use in `project`
# We try to use git to get a full description, inspired by setuptools_scm
set(_bout_previous_version "5.1.0")
set(_bout_next_version "5.2.0")
set(_bout_next_version "5.1.1")
execute_process(
COMMAND "git" describe --tags --match=v${_bout_previous_version}
COMMAND sed -e s/${_bout_previous_version}-/${_bout_next_version}.dev/ -e s/-/+/
Expand Down
2 changes: 1 addition & 1 deletion tools/pylib/_boutpp_build/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def getversion():
return version

_bout_previous_version = "v5.1.0"
_bout_next_version = "v5.2.0"
_bout_next_version = "v5.1.1"

try:
try:
Expand Down

0 comments on commit 0994fc2

Please sign in to comment.