From f1d909ae748c6f28746d1a2c764fb56c9957810c Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Tue, 1 Mar 2011 11:34:07 +0000 Subject: [PATCH] trunk is should now be considered as unstable. --- CMakeLists.txt | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42d9ed2..ad501f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/configure.ac b/configure.ac index 39da7c6..0095c4e 100644 --- a/configure.ac +++ b/configure.ac @@ -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])