summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-02-16 19:07:18 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-02-16 19:08:06 -0200
commit4f7072f3448664ddeba76ceb52bf1232b20d6d9c (patch)
treec190bee24ba97ed135191fdc36a183e2fe149358 /CMakeLists.txt
parente185aab15701688dd7a07140a7f45984f4bdd082 (diff)
Start 0.1.2 development
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e92ed0d..72f6a50 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 1)
-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.