diff options
author | David Zeuthen <davidz@redhat.com> | 2009-08-12 15:20:09 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2009-08-12 15:20:09 -0400 |
commit | 3ee5f0d219dbb9a4a68c8545e15988b419320bd9 (patch) | |
tree | 809d6611e7bf847ba7d89b61891eb9564578ff31 /configure.ac | |
parent | 0fe9dde9c5e716db058971c121d24abf48e222f0 (diff) | |
download | polkit-3ee5f0d219dbb9a4a68c8545e15988b419320bd9.tar.gz |
Post-release version bump to 0.95
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 8c838ef..7b34692 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) -AC_INIT(polkit, 0.94, http://lists.freedesktop.org/mailman/listinfo/polkit-devel) -AM_INIT_AUTOMAKE(polkit, 0.94) +AC_INIT(polkit, 0.95, http://lists.freedesktop.org/mailman/listinfo/polkit-devel) +AM_INIT_AUTOMAKE(polkit, 0.95) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |