summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac6
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 281385a..1376a6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+telepathy-farstream 0.1.1 (14 Jul 2011)
+======================================
+- Fix the python bindings
+- Make the VideoControl interface actually work
+
telepathy-farstream 0.1.0 (27 Jun 2011)
======================================
- Rename from telepathy-farsight to telepathy-farstream
diff --git a/configure.ac b/configure.ac
index 3ec5275..52d33b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@ AC_PREREQ([2.59])
m4_define([tp_farstream_major_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_micro_version], [1])
+m4_define([tp_farstream_nano_version], [0])
dnl CURRENT, REVISION, AGE
dnl - library source changed -> increment REVISION
@@ -18,7 +18,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
m4_define([tp_farstream_lt_current], [0])
-m4_define([tp_farstream_lt_revision], [0])
+m4_define([tp_farstream_lt_revision], [1])
m4_define([tp_farstream_lt_age], [0])