summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@neulinger.org>2015-04-11 17:24:11 +0000
committerNathan Neulinger <nneul@neulinger.org>2015-04-11 17:24:11 +0000
commit47e077fc551dbe68ead159109184ee76280c3b73 (patch)
tree60aa5d30c3dade9f2f93f843f7df001b96553256
parenta81b552741bd446e771376d02f0383b963c7181e (diff)
downloadcracklib-47e077fc551dbe68ead159109184ee76280c3b73.tar.gz
bump version
git-svn-id: file:///tmp/cracklib-svn/trunk@238 4175fe1e-86d5-4fdc-8e6a-506fab9d8533
-rw-r--r--cracklib/NEWS1
-rw-r--r--cracklib/configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/cracklib/NEWS b/cracklib/NEWS
index fd524c8..d13b095 100644
--- a/cracklib/NEWS
+++ b/cracklib/NEWS
@@ -1,3 +1,4 @@
+v2.9.4
v2.9.3 expose additional functions externally
v2.9.2 support build of python support outside of source tree (Michał Górny)
fix bug in Python string distance calculation (Pascal Muetschard)
diff --git a/cracklib/configure.ac b/cracklib/configure.ac
index 3ef558e..3f1b3b6 100644
--- a/cracklib/configure.ac
+++ b/cracklib/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([cracklib], [2.9.3], [cracklib-devel@lists.sourceforge.net])
+AC_INIT([cracklib], [2.9.4], [cracklib-devel@lists.sourceforge.net])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])