trunk is should now be considered as unstable.
This commit is contained in:
parent
979fc1b5f5
commit
f1d909ae74
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
PROJECT(libnfc C)
|
PROJECT(libnfc C)
|
||||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||||
SET(VERSION_MAJOR "1")
|
SET(VERSION_MAJOR "1")
|
||||||
SET(VERSION_MINOR "4")
|
SET(VERSION_MINOR "5")
|
||||||
SET(VERSION_PATCH "2")
|
SET(VERSION_PATCH "0")
|
||||||
|
|
||||||
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# General init
|
# General init
|
||||||
|
|
||||||
# /!\ Don't forget to update 'windows/Makefile' too /!\
|
# /!\ Don't forget to update 'CMakeLists.txt' too /!\
|
||||||
AC_INIT(libnfc, 1.4.2, info@libnfc.org)
|
AC_INIT(libnfc, 1.5.0, info@libnfc.org)
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue