We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b01841 commit c01c8a3Copy full SHA for c01c8a3
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.0
+current_version = 0.8.0-dev
3
tag = True
4
sign_tags = True
5
tag_message = evmone {new_version}
CMakeLists.txt
@@ -25,7 +25,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release Debug)
25
include(Hunter/init)
26
27
project(evmone LANGUAGES CXX C)
28
-set(PROJECT_VERSION 0.7.0)
+set(PROJECT_VERSION 0.8.0-dev)
29
30
string(REGEX MATCH "([0-9]+)\\.([0-9]+)" _ ${PROJECT_VERSION})
31
set(PROJECT_VERSION_MAJOR ${CMAKE_MATCH_1})
0 commit comments