summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3d0bd74..281385a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
-telepathy-farstream 0.0.0 (UNRELEASED)
+telepathy-farstream 0.1.0 (27 Jun 2011)
======================================
- Rename from telepathy-farsight to telepathy-farstream
- Implement Call API
+- Also implement Streamed Media API under the same C api
telepathy-farsight 0.0.16 (22 Dec 2010)
=======================================
diff --git a/configure.ac b/configure.ac
index 7226375..132460b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,9 +8,9 @@ AC_PREREQ([2.59])
# set tp_farstream_release to 1
m4_define([tp_farstream_major_version], [0])
-m4_define([tp_farstream_minor_version], [0])
+m4_define([tp_farstream_minor_version], [1])
m4_define([tp_farstream_micro_version], [0])
-m4_define([tp_farstream_nano_version], [1])
+m4_define([tp_farstream_nano_version], [0])
dnl CURRENT, REVISION, AGE
dnl - library source changed -> increment REVISION