Prepare 1.7.1 version

This commit is contained in:
Romuald Conty 2014-02-24 15:56:33 +01:00
parent 101245a4a6
commit 2d4543673e
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,4 +1,4 @@
TBD - 1.7.0.99~rc1
Feb 24, 2014 - 1.7.1
------------------
Fixes:

View file

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