Skip to content

Commit

Permalink
intx 0.2.0
Browse files Browse the repository at this point in the history
Bump version: 0.2.0-dev → 0.2.0
  • Loading branch information
chfast committed May 15, 2019
1 parent 1cb1a51 commit b84663d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0-dev
current_version = 0.2.0
tag = True
sign_tags = True
tag_message = intx {new_version}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release;Debug)
include(Hunter/init)

project(intx LANGUAGES CXX)
set(PROJECT_VERSION 0.2.0-dev)
set(PROJECT_VERSION 0.2.0)

cable_configure_compiler(NO_PEDANTIC NO_CONVERSION_WARNINGS NO_STACK_PROTECTION)

Expand Down

0 comments on commit b84663d

Please sign in to comment.