From 3fbac423af6db11a2718e4b68726e3b474b28330 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 14 May 2014 10:47:23 +0100 Subject: 0.99.11 --- NEWS | 14 ++++++++++++-- configure.ac | 6 +++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 0485f1d..ea87968 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,17 @@ -telepathy-haze 0.99.11 (UNRELEASED) +telepathy-haze 0.99.11 (2014-05-14) =================================== -... +The “electioneering” release. + +Dependencies: + +• telepathy-glib ≥ 0.99.11 + +• GLib ≥ 2.40 + +Enhancements: + +• GNOME-style installed-tests (configure with --enable-installed-tests) telepathy-haze 0.99.10 (2014-04-03) =================================== diff --git a/configure.ac b/configure.ac index 321c58f..ffc3218 100644 --- a/configure.ac +++ b/configure.ac @@ -8,8 +8,8 @@ AC_PREREQ([2.60]) m4_define([haze_major_version], [0]) m4_define([haze_minor_version], [99]) -m4_define([haze_micro_version], [10]) -m4_define([haze_nano_version], [1]) +m4_define([haze_micro_version], [11]) +m4_define([haze_nano_version], [0]) m4_define([haze_base_version], [haze_major_version.haze_minor_version.haze_micro_version]) @@ -78,7 +78,7 @@ PKG_CHECK_MODULES(DBUS_GLIB,[dbus-glib-1 >= 0.73]) AC_DEFINE([TP_SEAL_ENABLE], [], [Prevent to use sealed variables]) 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]) dnl MIN_REQUIRED must stay to 2.30 because of GValueArray AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_30], [Ignore post 2.30 deprecations]) -- cgit v1.2.1