diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +telepathy-farsight 0.0.15 (30 Sep 2010) +======================================= +- Release sending resource when SetStreamSending(False) is called + telepathy-farsight 0.0.14 (26 May 2010) ======================================= - Add properties to get the Farsight2 session and stream diff --git a/configure.ac b/configure.ac index e1c0b82..3b335a1 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,8 @@ AC_PREREQ([2.59]) m4_define([tp_farsight_major_version], [0]) m4_define([tp_farsight_minor_version], [0]) -m4_define([tp_farsight_micro_version], [14]) -m4_define([tp_farsight_nano_version], [1]) +m4_define([tp_farsight_micro_version], [15]) +m4_define([tp_farsight_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_farsight_lt_current], [1]) -m4_define([tp_farsight_lt_revision], [1]) +m4_define([tp_farsight_lt_revision], [2]) m4_define([tp_farsight_lt_age], [1]) |