[next] telepathy-haze: 0.99.8
Simon McVittie
smcv at kemper.freedesktop.org
Thu Mar 20 06:06:45 PDT 2014
Module: telepathy-haze
Branch: next
Commit: 6098e7ef61418fe44d4ef34fde7fb497aff42fab
URL: http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=6098e7ef61418fe44d4ef34fde7fb497aff42fab
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu Mar 20 13:06:18 2014 +0000
0.99.8
---
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8f569ff..22d0050 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], [6])
-m4_define([haze_nano_version], [1])
+m4_define([haze_micro_version], [8])
+m4_define([haze_nano_version], [0])
m4_define([haze_base_version],
[haze_major_version.haze_minor_version.haze_micro_version])
@@ -79,7 +79,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.7, telepathy-glib-1-dbus >= 0.99.7])
+PKG_CHECK_MODULES([TP_GLIB], [telepathy-glib-1 >= 0.99.8, telepathy-glib-1-dbus >= 0.99.8])
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])
More information about the telepathy-commits
mailing list