mirror of
https://github.com/nfc-tools/libnfc.git
synced 2025-12-23 18:50:05 +00:00
Prepare 1.7.1 version
This commit is contained in:
parent
101245a4a6
commit
2d4543673e
@ -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])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user