X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=CMakeLists.txt;h=c5e119de59c60a2399f9ffbcbc6f338e302054aa;hb=HEAD;hp=b5a65bbdad09eca78dc281f393eb26c828bc7919;hpb=6f994c17d83494409a9b685aeed7983c0562ac8a;p=bpdyndnsd diff --git a/CMakeLists.txt b/CMakeLists.txt index b5a65bb..c5e119d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,10 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(bpdyndnsd) +set(MAJOR_VERSION 1) +set(MINOR_VERSION 1) +set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) + # if you don't want the full compiler output, remove the following line SET(CMAKE_VERBOSE_MAKEFILE ON)