From 5839c1c4e570a56fd6668b75a86dce6d79a9418d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 10 Oct 2013 17:06:30 -0700 Subject: [PATCH] Release 2.1 --- NEWS | 2 +- README | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 9709a06..d313c39 100644 --- 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 59f23e7..43a8f12 100644 --- 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 diff --git a/configure.ac b/configure.ac index 2b639cc..ee929d3 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.39.2