aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6f05de3..aa01c1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([krb5-auth-dialog], [0.13])
+AC_INIT([krb5-auth-dialog], [0.14])
AC_CONFIG_SRCDIR(src/krb5-auth-dialog.c)
dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([-Wno-portability])
@@ -235,6 +235,7 @@ icons/scalable/Makefile
etpo/Makefile
po/Makefile.in
preferences/Makefile
+preferences/krb5-auth-dialog-preferences.1
help/Makefile
])
bgstack15