aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-05-07 14:51:36 +0200
committerGuido Günther <agx@sigxcpu.org>2011-05-07 14:51:36 +0200
commitcb23040230f72118a514e5550f754cb470c0b153 (patch)
treed605299387ef6c3854a22b24a943fcdbce739df5 /configure.ac
parentNew upstream version 3.0.0 (diff)
downloadkrb5-auth-dialog-cb23040230f72118a514e5550f754cb470c0b153.tar.gz
krb5-auth-dialog-cb23040230f72118a514e5550f754cb470c0b153.tar.bz2
krb5-auth-dialog-cb23040230f72118a514e5550f754cb470c0b153.zip
New upstream version 3.0.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 779e76e..379bfd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([krb5-auth-dialog],[3.0.0])
+AC_INIT([krb5-auth-dialog],[3.0.1])
AC_CONFIG_SRCDIR(src/ka-dialog.c)
dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([1.11.1 dist-bzip2 -Wno-portability])
bgstack15