From 20ccafa8e118aa21c0a7db331929ef33493f2137 Mon Sep 17 00:00:00 2001 From: "Julien Y. Dutheil" Date: Thu, 25 May 2017 21:30:44 +0200 Subject: [PATCH] Final fix. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 97a6e8a..a90fc67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ ELSE(NO_DEP_CHECK) # In other words, the library implements all the interface numbers in the # range from number current - age to current. SET(${PROJECT_NAME}_VERSION_CURRENT "1") -SET(${PROJECT_NAME}_VERSION_REVISION "0") +SET(${PROJECT_NAME}_VERSION_REVISION "1") SET(${PROJECT_NAME}_VERSION_AGE "0") # Effective version number computation