trunk is should now be considered as unstable.

This commit is contained in:
Romuald Conty 2011-03-01 11:34:07 +00:00
parent 979fc1b5f5
commit f1d909ae74
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
PROJECT(libnfc C)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "4")
SET(VERSION_PATCH "2")
SET(VERSION_MINOR "5")
SET(VERSION_PATCH "0")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

View file

@ -1,7 +1,7 @@
# General init
# /!\ Don't forget to update 'windows/Makefile' too /!\
AC_INIT(libnfc, 1.4.2, info@libnfc.org)
# /!\ Don't forget to update 'CMakeLists.txt' too /!\
AC_INIT(libnfc, 1.5.0, info@libnfc.org)
AC_CONFIG_MACRO_DIR([m4])