Changeset - e545d9bf398a
[Not reviewed]
v0.6 default
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-10-18 11:44:21
hy@ozderya.net
update version number to 0.6
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -111,8 +111,8 @@ endif()
 

	
 
# version number
 
set(MAJOR_VERSION 0 CACHE INT "Program major version number.")
 
set(MINOR_VERSION 5 CACHE INT "Program minor version number.")
 
set(PATCH_VERSION 1 CACHE INT "Program patch version number.")
 
set(MINOR_VERSION 6 CACHE INT "Program minor version number.")
 
set(PATCH_VERSION 0 CACHE INT "Program patch version number.")
 
set(VERSION_STRING "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
 

	
 
# get revision number from mercurial
0 comments (0 inline, 0 general)