Skip to content

Commit

Permalink
Merge pull request #2994 from boutproject/master-512-name
Browse files Browse the repository at this point in the history
master branch will be 5.1.2 not 5.2.0
  • Loading branch information
bendudson authored Oct 22, 2024
2 parents 34dfbcf + 94962f1 commit 3106515
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.1")
set(_bout_next_version "5.2.0")
set(_bout_next_version "5.1.2")
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.1"
_bout_next_version = "v5.2.0"
_bout_next_version = "v5.1.2"

try:
try:
Expand Down

0 comments on commit 3106515

Please sign in to comment.