Skip to content

Commit

Permalink
intx 0.1.0
Browse files Browse the repository at this point in the history
Bump version: 0.1.0-dev → 0.1.0
  • Loading branch information
chfast committed Apr 26, 2019
1 parent 672d27e commit a9ba635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0-dev
current_version = 0.1.0
tag = True
sign_tags = True
tag_message = intx {new_version}
Expand All @@ -19,3 +19,4 @@ values =
rel

[bumpversion:file:CMakeLists.txt]

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cable_configure_toolchain(DEFAULT cxx14)
include(Hunter/init)

project(intx)
set(PROJECT_VERSION 0.1.0-dev)
set(PROJECT_VERSION 0.1.0)

cable_configure_compiler(NO_PEDANTIC NO_CONVERSION_WARNINGS NO_STACK_PROTECTION)

Expand Down

0 comments on commit a9ba635

Please sign in to comment.