Skip to content

Commit 0f1f5cc

Browse files
authored
Update CMakeLists.txt
1 parent bdc22f1 commit 0f1f5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ include(TestHelper)
1010

1111

1212
#versioning stuff
13-
set (regtools_VERSION_MAJOR 0)
13+
set (regtools_VERSION_MAJOR 1)
1414
set (regtools_VERSION_MINOR 0)
15-
set (regtools_VERSION_PATCH 1)
15+
set (regtools_VERSION_PATCH 0)
1616

1717
configure_file (
1818
"${PROJECT_SOURCE_DIR}/src/version.h.in"

0 commit comments

Comments
 (0)