summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac10
2 files changed, 10 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 86f61fd..029c4bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+telepathy-farsight 0.0.13 (5 Jan 2010)
+======================================
+- Export held resource in a property
+- Transfer the ptime/maxptime
+
telepathy-farsight 0.0.12 (15 Oct 2009)
=======================================
- Fix mixup between GSlice and malloc
diff --git a/configure.ac b/configure.ac
index 1243134..b477faa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,17 +9,17 @@ AC_PREREQ([2.59])
m4_define([tp_farsight_major_version], [0])
m4_define([tp_farsight_minor_version], [0])
-m4_define([tp_farsight_micro_version], [12])
-m4_define([tp_farsight_nano_version], [1])
+m4_define([tp_farsight_micro_version], [13])
+m4_define([tp_farsight_nano_version], [0])
dnl CURRENT, REVISION, AGE
dnl - library source changed -> increment REVISION
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], [0])
-m4_define([tp_farsight_lt_revision], [4])
-m4_define([tp_farsight_lt_age], [0])
+m4_define([tp_farsight_lt_current], [1])
+m4_define([tp_farsight_lt_revision], [0])
+m4_define([tp_farsight_lt_age], [1])
# Some magic