From fac03f5456643f3e2ea97952d8b0616622b76428 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Wed, 24 Nov 2010 00:09:08 +0000 Subject: [PATCH] Bump version to 0.2.2. --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 547b96d..8f6a480 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes between 0.2.1 and 0.2.2 [23 nov 2010] + + *) Fix build when cutter is not available or is disabled. + Changes between 0.2.0 and 0.2.1 [23 nov 2010] *) The mifare_desfire_error_lookup() and mifare_desfire_get_last_error() diff --git a/configure.ac b/configure.ac index 7c7c035..934547e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libfreefare], [0.2.1]) +AC_INIT([libfreefare], [0.2.2]) AC_CONFIG_MACRO_DIR([m4])