From d2c95d2829cea051f7e425ef68afbcc4533a57c8 Mon Sep 17 00:00:00 2001 From: Gerd von Egidy Date: Tue, 26 May 2015 11:06:32 +0200 Subject: [PATCH] release v1.1 --- CMakeLists.txt | 2 +- bpdyndnsd.spec | 2 +- configure.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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) -- 1.7.1