Merge branch 'release-0.0.1' into develop

This commit is contained in:
Kolan Sh 2014-07-22 16:25:54 +04:00
commit 005f3cf311
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)