From 30cd70a45b6659ad9c571468ae6c49f38142dd5f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 14 May 2014 10:14:22 +0100 Subject: 0.99.11 --- NEWS | 14 ++++++++++++-- configure.ac | 6 +++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index ea10fba6e..193d91b28 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,17 @@ -telepathy-gabble 0.99.11 (UNRELEASED) +telepathy-gabble 0.99.11 (2014-05-14) ===================================== -... +The “electioneering” release. + +Dependencies: + +• GLib ≥ 2.40 + +• telepathy-glib ≥ 0.99.11 + +Fixes: + +• Update for telepathy-glib 0.99.11 API changes (Guillaume, Simon) telepathy-gabble 0.99.10 (2014-04-03) ===================================== diff --git a/configure.ac b/configure.ac index 8ea51e916..eb2282f0e 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,8 @@ AC_PREREQ([2.60]) m4_define([gabble_major_version], [0]) m4_define([gabble_minor_version], [99]) -m4_define([gabble_micro_version], [10]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [11]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], @@ -285,7 +285,7 @@ AC_DEFINE(TP_SEAL_ENABLE, [], [Prevent to use sealed variables]) AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, [], [Disable single header include]) AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_1_0], [Ignore post 1.0 deprecations]) AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_1_0], [Prevent post 1.0 APIs]) -PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib-1 >= 0.99.10, telepathy-glib-1-dbus >= 0.99.10]) +PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib-1 >= 0.99.11, telepathy-glib-1-dbus >= 0.99.11]) AC_SUBST(TP_GLIB_CFLAGS) AC_SUBST(TP_GLIB_LIBS) -- cgit v1.2.3