summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>2011-06-22 11:10:47 -0700
committerGustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>2011-06-22 11:10:47 -0700
commit534239c4b62e791989bcf38e2dcc380ac521ca8d (patch)
tree9d272e4c389cfbf8669ea6018335486606439b4e
parent57e8266144bbf45aebd713facd97980c8f6e4638 (diff)
Set the nano version to 1 (for 0.1.7 development)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8440582..38a1328 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,7 +41,7 @@ endif(POLICY CMP0011)
set(TP_QT4_YELL_MAJOR_VERSION 0)
set(TP_QT4_YELL_MINOR_VERSION 1)
set(TP_QT4_YELL_MICRO_VERSION 6)
-set(TP_QT4_YELL_NANO_VERSION 0)
+set(TP_QT4_YELL_NANO_VERSION 1)
# This value contains the library's SOVERSION. This value is to be increased everytime an API/ABI break
# occurs, and will be used for the SOVERSION of the generated shared libraries.