mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-10 16:46:17 +00:00
Prepare 1.7.1 version
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TBD - 1.7.0.99~rc1
|
||||
Feb 24, 2014 - 1.7.1
|
||||
------------------
|
||||
|
||||
Fixes:
|
||||
|
||||
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user