Merge pull request #160 from trebmuh/patch-1

updates the version number
main
Harry van Haaren 2016-12-30 12:15:17 +00:00 committed by GitHub
commit 90c7ab8d3a
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}")