summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0420f6b..d1858b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,12 +3,12 @@ AC_COPYRIGHT([Copyright 2014-2015 The ConsoleKit2 Team])
AC_PREREQ([2.50])
AC_INIT([ConsoleKit2],
- [1.0.1],
+ [1.1.0],
[https://github.com/ConsoleKit2/ConsoleKit2/issues],
[ConsoleKit2])
VERSION_MAJOR=1
-VERSION_MINOR=0
-VERSION_REVISION=1
+VERSION_MINOR=1
+VERSION_REVISION=0
COPYRIGHT_YEARS="2014 2015"