diff --git a/CMakeLists.txt b/CMakeLists.txt index c4cf7fe3..d543b061 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ PROJECT(libnfc C) CMAKE_MINIMUM_REQUIRED(VERSION 2.6) SET(VERSION_MAJOR "1") SET(VERSION_MINOR "7") -SET(VERSION_PATCH "0") +SET(VERSION_PATCH "1") SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") diff --git a/ChangeLog b/ChangeLog index 0ce40458..a0619b24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -TBD - 1.7.0.99~rc1 +Feb 24, 2014 - 1.7.1 ------------------ Fixes: diff --git a/configure.ac b/configure.ac index ac233e72..804aacd8 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],[nfc-tools@googlegroups.com]) +AC_INIT([libnfc],[1.7.1],[nfc-tools@googlegroups.com]) AC_CONFIG_MACRO_DIR([m4])