From 3924478624e4ba1687dc1074eeba0575166037e2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 27 Sep 2013 15:49:03 +0100 Subject: Snapshot 0.99.2, corresponding to spec and telepathy-glib 0.99.2 --- configure.ac | 8 ++++---- 1 file 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= -- cgit v1.2.3