Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
will-rowe committed Aug 19, 2020
1 parent bb88108 commit 8112b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ project(ARTIC)
# set the variables
set(ARTIC_PROG_NAME artic-tools)
set(ARTIC_VERSION_MAJOR 0)
set(ARTIC_VERSION_MINOR 1)
set(ARTIC_VERSION_PATCH 2)
set(ARTIC_VERSION_MINOR 2)
set(ARTIC_VERSION_PATCH 0)
configure_file (
"${PROJECT_SOURCE_DIR}/artic/version.hpp.in"
"${PROJECT_SOURCE_DIR}/artic/version.hpp"
Expand Down

0 comments on commit 8112b6f

Please # to comment.