We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d08c7 commit d8b038eCopy full SHA for d8b038e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.9.2
+current_version = 0.10.0-dev
3
tag = True
4
sign_tags = True
5
tag_message = intx {new_version}
CMakeLists.txt
@@ -27,7 +27,7 @@ if(INTX_TESTING)
27
endif()
28
29
project(intx LANGUAGES CXX)
30
-set(PROJECT_VERSION 0.9.2)
+set(PROJECT_VERSION 0.10.0-dev)
31
32
cable_configure_compiler(NO_STACK_PROTECTION)
33
0 commit comments