summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.