Skip to content

Commit

Permalink
EVMC 6.2.0-dev
Browse files Browse the repository at this point in the history
Bump version: 6.1.1 → 6.2.0-dev
  • Loading branch information
chfast committed Mar 11, 2019
1 parent bf7064d commit b416176
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 = 6.1.1
current_version = 6.2.0-dev
tag = True
commit = True
message = EVMC {new_version}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif()
cable_configure_toolchain(DEFAULT cxx11-pic)

project(evmc)
set(PROJECT_VERSION 6.1.1)
set(PROJECT_VERSION 6.2.0-dev)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)

Expand Down

0 comments on commit b416176

Please sign in to comment.