Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
saprykin committed May 26, 2018
1 parent 8f5c293 commit c38a2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -29,7 +29,7 @@ project (plibsys C)

set (PLIBSYS_VERSION_MAJOR 0)
set (PLIBSYS_VERSION_MINOR 0)
set (PLIBSYS_VERSION_PATCH 3)
set (PLIBSYS_VERSION_PATCH 4)
set (PLIBSYS_VERSION_NUM 0x000003)
set (PLIBSYS_VERSION ${PLIBSYS_VERSION_MAJOR}.${PLIBSYS_VERSION_MINOR}.${PLIBSYS_VERSION_PATCH})
set (VERSION ${PLIBSYS_VERSION})
Expand Down

0 comments on commit c38a2b8

Please sign in to comment.