diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2010-10-15 20:58:44 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2010-10-15 20:58:44 -0300 |
commit | 493cbc68c5b4c179074dadb1dc083ed7c90b487b (patch) | |
tree | 52257b9d6eac5e0586d0f0f5362d4add2a1cf3ed | |
parent | 37a934112b0e8556c1b39c816f37195660be177d (diff) |
Prepare release 0.3.12telepathy-qt4-0.3.12
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 931a4c08..86c35db9 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 3) -set(TP_QT4_MICRO_VERSION 11) -set(TP_QT4_NANO_VERSION 1) +set(TP_QT4_MICRO_VERSION 12) +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. |