summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2011-04-05 13:59:05 +0300
committerOlli Salli <ollisal@gmail.com>2011-04-05 13:59:05 +0300
commitdf248aad2d39e7fc95f6bf3e0b136571323413d0 (patch)
tree20ddeedd0cee9962f41414cef78d97c5545fd3e2 /CMakeLists.txt
parent01b38b1e4cd23c1c609b2f4867cee8fd0b30cb46 (diff)
Prepare release 0.5.14
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d6e8ca8c..bd658ff0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,8 +40,8 @@ endif(POLICY CMP0011)
# set nano_version to 1
set(TP_QT4_MAJOR_VERSION 0)
set(TP_QT4_MINOR_VERSION 5)
-set(TP_QT4_MICRO_VERSION 13)
-set(TP_QT4_NANO_VERSION 1)
+set(TP_QT4_MICRO_VERSION 14)
+set(TP_QT4_NANO_VERSION 0)
# 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.