From 914fa62eb40cbf65e438229ebf30b62469cfe9aa Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 15 Jun 2016 08:55:15 +0200 Subject: [PATCH] bump versions --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7e69d98..6bc7568 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ pam_yubico NEWS -- History of user-visible changes. -*- outline -*- +* Version 2.24 (unreleased) + * Version 2.23 (released 2016-06-15) ** Fix an issue where a failure to set permissions was wrongly outputted. diff --git a/configure.ac b/configure.ac index 9fdd7fe..5bd02cf 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([pam_yubico], [2.23], [yubico-devel@googlegroups.com]) +AC_INIT([pam_yubico], [2.24], [yubico-devel@googlegroups.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 foreign -Wall -Werror])