diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-27 15:49:03 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-27 15:49:03 +0100 |
commit | 3924478624e4ba1687dc1074eeba0575166037e2 (patch) | |
tree | 2860f311f34a3428705c629430e6ef3763f45224 | |
parent | f9849043c4d5cf3611835d1e7f9c10f24cca9649 (diff) |
Snapshot 0.99.2, corresponding to spec and telepathy-glib 0.99.2telepathy-idle-0.99.2
-rw-r--r-- | 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= |