From: Gerd von Egidy Date: Tue, 26 May 2015 09:06:32 +0000 (+0200) Subject: release v1.1 X-Git-Tag: v1.1^0 X-Git-Url: http://developer.intra2net.com/git/?p=bpdyndnsd;a=commitdiff_plain;h=d2c95d2829cea051f7e425ef68afbcc4533a57c8 release v1.1 --- 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 diff --git a/bpdyndnsd.spec b/bpdyndnsd.spec index 1c5d578..3a30ebf 100644 --- a/bpdyndnsd.spec +++ b/bpdyndnsd.spec @@ -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 diff --git a/configure.in b/configure.in index 2c11c80..9853272 100644 --- a/configure.in +++ b/configure.in @@ -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)