Fix 'occurred' typo
[bpdyndnsd] / CMakeLists.txt
index 925d71b..c5e119d 100644 (file)
@@ -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