Prepare 1.8.0 version

This commit is contained in:
Philippe Teuwen
2020-05-22 12:19:15 +02:00
parent 5c3c468a6a
commit f02ff51449
6 changed files with 22 additions and 6 deletions

View File

@@ -7,8 +7,8 @@ endif ()
project (libnfc C)
SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "7")
SET(VERSION_PATCH "2")
SET(VERSION_MINOR "8")
SET(VERSION_PATCH "0")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")