Make distcheck OK.

Add SVN revision to libnfc version (if available).
This commit is contained in:
Romuald Conty 2009-11-20 13:43:18 +00:00
parent 877176c98f
commit 1e5658eeba
6 changed files with 17 additions and 7 deletions

View file

@ -2,7 +2,7 @@ PROJECT(libnfc C)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "2")
SET(VERSION_PATCH "1+svn")
SET(VERSION_PATCH "1")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")