Skip to content

Commit

Permalink
Merge pull request #51 from griffithlab/version_update
Browse files Browse the repository at this point in the history
Fix version number
  • Loading branch information
gatoravi committed Mar 4, 2017
2 parents 2771781 + 93c14c5 commit cee2108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include(TestHelper)

#versioning stuff
set (regtools_VERSION_MAJOR 0)
set (regtools_VERSION_MINOR 2)
set (regtools_VERSION_MINOR 3)
set (regtools_VERSION_PATCH 0)
configure_file (
"${PROJECT_SOURCE_DIR}/src/version.h.in"
Expand Down

0 comments on commit cee2108

Please sign in to comment.