X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=CMakeLists.txt;h=c5e119de59c60a2399f9ffbcbc6f338e302054aa;hb=HEAD;hp=925d71bef7d8912e8be209885ec8584a7dcad085;hpb=77e65070d447dd147d7ecbdd9f1352b8a4aa518d;p=bpdyndnsd diff --git a/CMakeLists.txt b/CMakeLists.txt index 925d71b..c5e119d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(bpdyndnsd) set(MAJOR_VERSION 1) -set(MINOR_VERSION 0) +set(MINOR_VERSION 1) set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) # if you don't want the full compiler output, remove the following line