From 93e26b1475c0f27d7d97f96464c86dc321bc7fb2 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Thu, 31 Jan 2013 17:53:00 +0100 Subject: [PATCH] Releases libnfc 1.7.0 RC3 --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e7b104bd..d5e005c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,9 @@ Fixes: Changes: - nfc_emulate_target() now takes timeout parameter +Special thanks to: + - Alex Lian (Windows support refesh) + Jan 20, 2013 - 1.7.0-rc2 (release candidate) -------------------------------------------- diff --git a/configure.ac b/configure.ac index 944835b2..6fd18d70 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # General init # /!\ Don't forget to update 'CMakeLists.txt' too /!\ -AC_INIT([libnfc],[1.7.0-rc2],[info@libnfc.org]) +AC_INIT([libnfc],[1.7.0-rc3],[info@libnfc.org]) AC_CONFIG_MACRO_DIR([m4])