summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 80ae84b..97ffe85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,13 +3,13 @@ AC_COPYRIGHT([Copyright 2014-2017 The ConsoleKit2 Team])
AC_PREREQ([2.62])
AC_INIT([ConsoleKit2],
- [1.2.0],
+ [1.2.1],
[https://github.com/ConsoleKit2/ConsoleKit2/issues],
[ConsoleKit2],
[https://github.com/ConsoleKit2/ConsoleKit2])
VERSION_MAJOR=1
VERSION_MINOR=2
-VERSION_REVISION=0
+VERSION_REVISION=1
COPYRIGHT_YEARS="2014 - 2017"