From ae6ac3049fbb0f9ccfd13d900f4bf1c77a7f9510 Mon Sep 17 00:00:00 2001 From: "Andre Moreira Magalhaes (andrunko)" Date: Mon, 31 Jan 2011 13:43:33 -0200 Subject: Prepare release 0.1.0 --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c90a9ac..d3939e9 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_YELL_MAJOR_VERSION 0) -set(TP_QT4_YELL_MINOR_VERSION 0) -set(TP_QT4_YELL_MICRO_VERSION 99) -set(TP_QT4_YELL_NANO_VERSION 1) +set(TP_QT4_YELL_MINOR_VERSION 1) +set(TP_QT4_YELL_MICRO_VERSION 0) +set(TP_QT4_YELL_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