Skip to content

Commit 38c7898

Browse files
committed
Bump version to 0.0.2
1 parent 1a8c439 commit 38c7898

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
@@ -5,8 +5,8 @@ project (plibsys C)
55

66
set (PLIBSYS_VERSION_MAJOR 0)
77
set (PLIBSYS_VERSION_MINOR 0)
8-
set (PLIBSYS_VERSION_PATCH 1)
9-
set (PLIBSYS_VERSION_NUM 0x000001)
8+
set (PLIBSYS_VERSION_PATCH 2)
9+
set (PLIBSYS_VERSION_NUM 0x000002)
1010
set (PLIBSYS_VERSION ${PLIBSYS_VERSION_MAJOR}.${PLIBSYS_VERSION_MINOR}.${PLIBSYS_VERSION_PATCH})
1111
set (VERSION ${PLIBSYS_VERSION})
1212

0 commit comments

Comments
 (0)