summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-31 13:43:33 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-31 13:52:55 -0200
commitae6ac3049fbb0f9ccfd13d900f4bf1c77a7f9510 (patch)
tree5f72ee6af6fb53b541353eaf4475eddd8824ef4e
parentc6c186d2e8c49a6aea1faa272395f19e97bf64a7 (diff)
Prepare release 0.1.0telepathy-qt4-yell-0.1.0
-rw-r--r--CMakeLists.txt6
-rw-r--r--NEWS11
2 files changed, 8 insertions, 9 deletions
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.
diff --git a/NEWS b/NEWS
index 98561c4..d5d1113 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,9 @@
-telepathy-qt4-yell 0.1.0 (UNRELEASED)
+telepathy-qt4-yell 0.1.0 (2011-01-31)
=================================
-The "..." release.
+The "beginning" release.
-Enhancements:
- * ...
+The first release of telepathy-qt4-yell features:
-Fixes:
- * ...
+ * High-level API and auto-generated client classes for Call.DRAFT.
+ * Models support.