updates the version number

main
Olivier Humbert 2016-12-30 00:54:16 +01:00 committed by GitHub
parent 01f71ec5e4
commit f3d6a7b56b
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ cmake_minimum_required (VERSION 2.6)
project (LUPPP)
set(LUPPP_VERSION_MAJOR "1")
set(LUPPP_VERSION_MINOR "0")
set(LUPPP_VERSION_PATCH "1")
set(LUPPP_VERSION_MINOR "1")
set(LUPPP_VERSION_PATCH "0")
set(LUPPP_VERSION "${LUPPP_VERSION_MAJOR}.${LUPPP_VERSION_MINOR}.${LUPPP_VERSION_PATCH}")