From 6f0682d7baf0077cc5eaca9f145d6532be61a53b Mon Sep 17 00:00:00 2001 From: Olli Salli Date: Thu, 18 Nov 2010 21:50:12 +0200 Subject: Prepare release 0.4.0 --- CMakeLists.txt | 6 +++--- 1 file 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. -- cgit v1.2.3