Releases libnfc 1.7.0 RC3

This commit is contained in:
Romuald Conty 2013-01-31 17:53:00 +01:00
parent fff6a092ab
commit 93e26b1475
2 changed files with 4 additions and 1 deletions

View file

@ -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)
--------------------------------------------

View file

@ -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])