summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2010-11-16 19:41:17 +0200
committerOlli Salli <ollisal@gmail.com>2010-11-16 20:09:24 +0200
commitd3072e9927d0c9adce55c54ca78549264b55b775 (patch)
treee89c23d014fce07d846f4189d979412b1caa6cdf
parentc9b0ef8d9d6da417c38abd2dbfc86c8e21771d2b (diff)
Bump the ver to 0.5.0 and sover to 1telepathy-qt4-0.5.0
-rw-r--r--CMakeLists.txt14
-rw-r--r--NEWS2
2 files changed, 7 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c7e4572e..a9068b80 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,21 +39,19 @@ endif(POLICY CMP0011)
# make the release, tag it
# set nano_version to 1
set(TP_QT4_MAJOR_VERSION 0)
-set(TP_QT4_MINOR_VERSION 4)
-set(TP_QT4_MICRO_VERSION 9999)
-set(TP_QT4_NANO_VERSION 1)
+set(TP_QT4_MINOR_VERSION 5)
+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.
-set(TP_QT4_ABI_VERSION 0)
+set(TP_QT4_ABI_VERSION 1)
# This variable is used for the library's long version. It is generated dynamically, so don't change its
# value! Change TP_QT4_ABI_VERSION and TP_QT4_*_VERSION instead.
-# NOTE: The generated version here has an additional .99 to differentiate its age from the old autotools version.
-# Drop this as soon as ABI_VERSION is > 0
if (${TP_QT4_NANO_VERSION} EQUAL 0)
- set(TP_QT4_LIBRARY_VERSION ${TP_QT4_ABI_VERSION}.99.${TP_QT4_MAJOR_VERSION}.${TP_QT4_MINOR_VERSION}.${TP_QT4_MICRO_VERSION})
+ set(TP_QT4_LIBRARY_VERSION ${TP_QT4_ABI_VERSION}.${TP_QT4_MAJOR_VERSION}.${TP_QT4_MINOR_VERSION}.${TP_QT4_MICRO_VERSION})
else (${TP_QT4_NANO_VERSION} EQUAL 0)
- set(TP_QT4_LIBRARY_VERSION ${TP_QT4_ABI_VERSION}.99.${TP_QT4_MAJOR_VERSION}.${TP_QT4_MINOR_VERSION}.${TP_QT4_MICRO_VERSION}.${TP_QT4_NANO_VERSION})
+ set(TP_QT4_LIBRARY_VERSION ${TP_QT4_ABI_VERSION}.${TP_QT4_MAJOR_VERSION}.${TP_QT4_MINOR_VERSION}.${TP_QT4_MICRO_VERSION}.${TP_QT4_NANO_VERSION})
endif (${TP_QT4_NANO_VERSION} EQUAL 0)
set(PACKAGE_NAME telepathy-qt4)
diff --git a/NEWS b/NEWS
index 7ee4b245..1f617df8 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ in the 0.5 development series will however be compatible with this release, as
will any releases in a 0.6 stable series.
For enhanced compatibility versions from 0.5 and earlier series can be parallel
-installed, with 0.5 bumping the .so major version to .so.1. However, the
+installed, with 0.5 bumping the .so major version to .so.1. However, the
development headers and pkgconfig file can't be parallel installed.
Enhancements: