Bumped version number to 0.0.1

This commit is contained in:
Kolan Sh 2014-07-22 16:25:45 +04:00
parent b97c70b48f
commit 5a8b0a4412
1 changed files with 1 additions and 1 deletions

View File

@ -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)