Skip to content

Commit

Permalink
preparing release 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Feb 18, 2021
1 parent bfb1b22 commit cf58d4a
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 @@ -25,7 +25,7 @@ set(CMAKE_CXX_STANDARD 14)
set(WRENCH_VERSION_MAJOR "1")
set(WRENCH_VERSION_MINOR "8")
set(WRENCH_VERSION_PATCH "0")
set(WRENCH_VERSION_EXTRA "dev")
set(WRENCH_VERSION_EXTRA "")

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 "1.8-dev"
#define WRENCH_VERSION_STRING "1.8"
}

0 comments on commit cf58d4a

Please sign in to comment.