Skip to content

Commit

Permalink
New dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Dec 16, 2024
1 parent a1e88c4 commit aa70603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ set(CMAKE_CXX_STANDARD 17)

# build the version number
set(WRENCH_VERSION_MAJOR "2")
set(WRENCH_VERSION_MINOR "5")
set(WRENCH_VERSION_MINOR "6")
set(WRENCH_VERSION_PATCH "0")
set(WRENCH_VERSION_EXTRA "")
set(WRENCH_VERSION_EXTRA "dev")

if (${WRENCH_VERSION_PATCH} EQUAL "0")
set(WRENCH_RELEASE_VERSION "${WRENCH_VERSION_MAJOR}.${WRENCH_VERSION_MINOR}")
Expand Down
2 changes: 1 addition & 1 deletion include/wrench/simulation/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
*/

namespace wrench {
#define WRENCH_VERSION_STRING "2.5"
#define WRENCH_VERSION_STRING "2.6-dev"
}// namespace wrench

0 comments on commit aa70603

Please sign in to comment.