diff options
-rw-r--r-- | CMakeLists.txt | 6 | ||||
-rw-r--r-- | NEWS | 11 |
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. @@ -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. |