diff options
author | Olli Salli <ollisal@gmail.com> | 2010-11-18 21:50:12 +0200 |
---|---|---|
committer | Olli Salli <ollisal@gmail.com> | 2010-11-18 21:50:12 +0200 |
commit | 6f0682d7baf0077cc5eaca9f145d6532be61a53b (patch) | |
tree | 3c43e123a1af414cfa56af1d9be872152f65e79e | |
parent | 6aab42f7ebb5bc4b0bf7859c38d588673f976785 (diff) |
Prepare release 0.4.0telepathy-qt4-0.4.0
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 31bb1904..dedf0397 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,9 +39,9 @@ endif(POLICY CMP0011) # make the release, tag it # set nano_version to 1 set(TP_QT4_MAJOR_VERSION 0) -set(TP_QT4_MINOR_VERSION 3) -set(TP_QT4_MICRO_VERSION 9999) -set(TP_QT4_NANO_VERSION 1) +set(TP_QT4_MINOR_VERSION 4) +set(TP_QT4_MICRO_VERSION 0) +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. |