diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2014-10-20 15:30:24 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2014-10-20 15:30:24 +0300 |
commit | 5327920825add0983b3a23fbd827d6d590faa98c (patch) | |
tree | f7006235f1f5c44344dfd66c94decfe3d6c793ec /configure.ac | |
parent | 5660e2c036463e899fb0da69297e88cf1bb6bbd8 (diff) | |
download | ConsoleKit2-0.9.1.tar.gz |
trivial: updates for release0.9.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 028a35e..1a23499 100644 --- a/configure.ac +++ b/configure.ac @@ -3,12 +3,12 @@ AC_COPYRIGHT([Copyright 2014 The ConsoleKit2 Team]) AC_PREREQ([2.50]) AC_INIT([ConsoleKit2], - [0.9.0], + [0.9.1], [https://github.com/ConsoleKit2/ConsoleKit2/issues], [ConsoleKit2]) VERSION_MAJOR=0 VERSION_MINOR=9 -VERSION_REVISION=0 +VERSION_REVISION=1 COPYRIGHT_YEARS="2014" |