[next] telepathy-idle: Snapshot 0.99.2, corresponding to spec and telepathy-glib 0.99.2
Simon McVittie
smcv at kemper.freedesktop.org
Fri Sep 27 07:49:51 PDT 2013
Module: telepathy-idle
Branch: next
Commit: 3924478624e4ba1687dc1074eeba0575166037e2
URL: http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=3924478624e4ba1687dc1074eeba0575166037e2
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri Sep 27 15:49:03 2013 +0100
Snapshot 0.99.2, corresponding to spec and telepathy-glib 0.99.2
---
configure.ac | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6f30f13..8cdc7b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,9 +10,9 @@ AC_PREREQ([2.59])
# set nano_version to 1
m4_define([idle_major_version], [0])
-m4_define([idle_minor_version], [1])
-m4_define([idle_micro_version], [17])
-m4_define([idle_nano_version], [1])
+m4_define([idle_minor_version], [99])
+m4_define([idle_micro_version], [2])
+m4_define([idle_nano_version], [0])
m4_define([idle_base_version],
@@ -98,7 +98,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_0_22, [Ignore post 0.22 deprecations])
AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_22, [Prevent post 0.22 APIs])
-PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib-1 >= 0.21, telepathy-glib-1-dbus >= 0.21])
+PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib-1 >= 0.99.2, telepathy-glib-1-dbus >= 0.99.2])
dnl Check for code generation tools
XSLTPROC=
More information about the telepathy-commits
mailing list