]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Release 2.1 release/2.1
authorRuss Allbery <rra@stanford.edu>
Fri, 11 Oct 2013 00:06:30 +0000 (17:06 -0700)
committerRuss Allbery <rra@stanford.edu>
Fri, 11 Oct 2013 00:06:30 +0000 (17:06 -0700)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 9709a0641cb2b111c9c383da10d9b55aa4a03b19..d313c39f4f4c9c7e08fdbae6f824ab9dd113293a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
                     User-Visible krb5-strength Changes
 
-krb5-strength 2.1 (unreleased)
+krb5-strength 2.1 (2013-10-10)
 
     Fix the package build when CDB support is disabled or TinyCDB was not
     found.
diff --git a/README b/README
index 59f23e7de4e53ab8247c4e28b9c60cbd912be394..43a8f12e00d7ff3dcc2527caf0f2bdbbd985186f 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-                            krb5-strength 2.0
+                            krb5-strength 2.1
                (Kerberos password strength checking plugin)
 
               Maintained by Russ Allbery <rra@stanford.edu>
index 2b639ccb63990557936f5a596dc8f6024054e966..ee929d3fa022fd1baa5865256174b1860d9a432b 100644 (file)
@@ -8,7 +8,7 @@ dnl See LICENSE for licensing terms.
 
 dnl Basic Autoconf configuration.
 AC_PREREQ([2.64])
-AC_INIT([krb5-strength], [2.0], [rra@stanford.edu])
+AC_INIT([krb5-strength], [2.1], [rra@stanford.edu])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_LIBOBJ_DIR([portable])
 AC_CONFIG_MACRO_DIR([m4])