set EDO version number to 0.1
This commit is contained in:
parent
6cdf848f26
commit
4d6f59fae8
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
|||
|
||||
PROJECT(EDO)
|
||||
|
||||
SET(PROJECT_VERSION_MAJOR 1)
|
||||
SET(PROJECT_VERSION_MINOR 0)
|
||||
SET(PROJECT_VERSION_MAJOR 0)
|
||||
SET(PROJECT_VERSION_MINOR 1)
|
||||
SET(PROJECT_VERSION_PATCH 0)
|
||||
SET(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue