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