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])