aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-06-20 06:48:51 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-20 06:48:51 +0200
commit580cd3266f8805c01112017f233e22f54a54db11 (patch)
tree5ed2d0330f32e78a315562936e788eed361f9aea /configure.ac
parentNew upstream version 3.8.0 (diff)
downloadkrb5-auth-dialog-580cd3266f8805c01112017f233e22f54a54db11.tar.gz
krb5-auth-dialog-580cd3266f8805c01112017f233e22f54a54db11.tar.bz2
krb5-auth-dialog-580cd3266f8805c01112017f233e22f54a54db11.zip
New upstream version 3.12.0
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 2b21405..4153e4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([krb5-auth-dialog],[3.8.0])
+AC_INIT([krb5-auth-dialog],[3.12.0])
AC_CONFIG_SRCDIR(src/ka-kerberos.c)
dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz -Wno-portability])
bgstack15