From 91db7a622b66e0219c6dbce650aaa74272493a08 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Wed, 25 Dec 2013 14:16:53 +0400 Subject: [PATCH 1/1] bump version --- README.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbd355e..0691ef2 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ PAM module has the following parameters: Check the [project homepage](http://www.average.org/chal-resp-auth/). Pick the source tarball -[here](http://www.average.org/chal-resp-auth/pam_pcsc_cr-0.9.2.tar.xz), +[here](http://www.average.org/chal-resp-auth/pam_pcsc_cr-0.9.3.tar.xz), or you can [clone](git://git.average.org/git/pam_pcsc_cr.git) or [browse](http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=summary) the git repo. diff --git a/configure.ac b/configure.ac index 6a86227..0fc618e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([pam_pcsc_cr], 0.9.2) +AC_INIT([pam_pcsc_cr], 0.9.3) AC_CONFIG_SRCDIR([pam_pcsc_cr.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE -- 2.39.2