summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2016-03-19 18:20:53 +0300
committerEric Koegel <eric.koegel@gmail.com>2016-03-19 18:20:53 +0300
commiteb2c4bb19162f96dfde46f4447fdc33ea13bff19 (patch)
treea4b47e793c9b9ad4adc2ece26125451790bcceff /configure.ac
parent1cee990ff16376ee60d8374fab74f934aa9ac47f (diff)
downloadConsoleKit2-1.0.2.tar.gz
Updates for 1.0.2 release1.0.2
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 f8cd52f..df553cd 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.0.2],
[https://github.com/ConsoleKit2/ConsoleKit2/issues],
[ConsoleKit2])
VERSION_MAJOR=1
VERSION_MINOR=0
-VERSION_REVISION=1
+VERSION_REVISION=2
COPYRIGHT_YEARS="2014 2015"