Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kcotto committed Jan 10, 2023
1 parent bdc22f1 commit 0f1f5cc
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 @@ -10,9 +10,9 @@ include(TestHelper)


#versioning stuff
set (regtools_VERSION_MAJOR 0)
set (regtools_VERSION_MAJOR 1)
set (regtools_VERSION_MINOR 0)
set (regtools_VERSION_PATCH 1)
set (regtools_VERSION_PATCH 0)

configure_file (
"${PROJECT_SOURCE_DIR}/src/version.h.in"
Expand Down

0 comments on commit 0f1f5cc

Please sign in to comment.