Bumped version number to 0.0.1
This commit is contained in:
parent
b97c70b48f
commit
5a8b0a4412
|
@ -4,7 +4,7 @@ CMAKE_MINIMUM_REQUIRED (VERSION 2.8)
|
|||
|
||||
SET (MAJOR 0)
|
||||
SET (MINOR 0)
|
||||
SET (PATCH 0)
|
||||
SET (PATCH 1)
|
||||
SET (VERSION ${MAJOR}.${MINOR}.${PATCH})
|
||||
|
||||
LIST (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
|
||||
|
|
Loading…
Reference in New Issue