aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-11-03 19:46:16 +0100
committerGuido Günther <agx@sigxcpu.org>2011-11-03 19:46:16 +0100
commit325b5a9a1e946a717fff4d0deed3d36e1d33486c (patch)
treec3ebdc5676581929e1786c6ec874c3466fafc414 /configure.ac
parentNew upstream version 3.2.0 (diff)
downloadkrb5-auth-dialog-325b5a9a1e946a717fff4d0deed3d36e1d33486c.tar.gz
krb5-auth-dialog-325b5a9a1e946a717fff4d0deed3d36e1d33486c.tar.bz2
krb5-auth-dialog-325b5a9a1e946a717fff4d0deed3d36e1d33486c.zip
New upstream version 3.2.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 083ea3f..43c84e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([krb5-auth-dialog],[3.2.0])
+AC_INIT([krb5-auth-dialog],[3.2.1])
AC_CONFIG_SRCDIR(src/ka-kerberos.c)
dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([1.11.1 dist-bzip2 -Wno-portability])
bgstack15