From e5c7725fc13d048387c7c6dbc9ebb446bb3f46b7 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 1 Mar 2013 15:33:16 +0100 Subject: [PATCH] bump version after release --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6d3b019..bafb3e7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ pam_yubico NEWS -- History of user-visible changes. -*- outline -*- +* Version 2.14 (unreleased) + * Version 2.13 (released 2013-03-01) * Fix a bug in the version check to support major version > 2 (neo). diff --git a/configure.ac b/configure.ac index 0681108..e82ec8b 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.13], [yubico-devel@googlegroups.com]) +AC_INIT([pam_yubico], [2.14], [yubico-devel@googlegroups.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 foreign -Wall -Werror])