release v1.1 v1.1
authorGerd von Egidy <gerd.von.egidy@intra2net.com>
Tue, 26 May 2015 09:06:32 +0000 (11:06 +0200)
committerGerd von Egidy <gerd.von.egidy@intra2net.com>
Tue, 26 May 2015 09:06:32 +0000 (11:06 +0200)
CMakeLists.txt
bpdyndnsd.spec
configure.in

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
index 1c5d578..3a30ebf 100644 (file)
@@ -1,6 +1,6 @@
 Name:           bpdyndnsd
 Summary:        bpdyndnsd - bullet proof dyndns update daemon
-Version:        1.0
+Version:        1.1
 Release:        1
 License:        GPLv2 + Linking Exception
 Group:          Applications/Internet
index 2c11c80..9853272 100644 (file)
@@ -1,2 +1,2 @@
 dnl Process this file with autoconf to produce a configure script.
-AM_INIT_AUTOMAKE(bpdyndnsd,1.0)
+AM_INIT_AUTOMAKE(bpdyndnsd,1.1)