Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Rowe authored Nov 26, 2020
1 parent 254a59f commit 6c3ac95
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 @@ -34,7 +34,7 @@ project(ARTIC LANGUAGES CXX)
set(ARTIC_PROG_NAME artic-tools)
set(ARTIC_VERSION_MAJOR 0)
set(ARTIC_VERSION_MINOR 2)
set(ARTIC_VERSION_PATCH 4)
set(ARTIC_VERSION_PATCH 5)
configure_file (
"${PROJECT_SOURCE_DIR}/artic/version.hpp.in"
"${PROJECT_SOURCE_DIR}/artic/version.hpp"
Expand Down Expand Up @@ -108,4 +108,4 @@ if(BUILD_TESTING)
message(STATUS "Running tests")
enable_testing()
add_subdirectory(tests)
endif(BUILD_TESTING)
endif(BUILD_TESTING)

0 comments on commit 6c3ac95

Please # to comment.