X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=configure.ac;h=ce8a482b6482abdbe15fb83f5cc367986d64b072;hp=0efe5632ba8bb248105af2dd07ffeb69067cb6d8;hb=97012dbbc6c9bf4942e48f8a70d81e889ac58b8f;hpb=27a951b3c4b730451561dc028b203cbe16699847 diff --git a/configure.ac b/configure.ac index 0efe5632..ce8a482b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl If not 1, append datestamp to the version number -m4_define(empathy_released, 0) +m4_define(empathy_released, 1) m4_define([empathy_major_version], [3]) -m4_define([empathy_minor_version], [11]) -m4_define([empathy_micro_version], [90]) +m4_define([empathy_minor_version], [12]) +m4_define([empathy_micro_version], [8]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' @@ -51,9 +51,9 @@ AC_DEFINE(CLUTTER_VERSION_MAX_ALLOWED, CLUTTER_VERSION_1_10, [Prevent post 1.10 CLUTTER_GTK_REQUIRED=1.1.2 -TELEPATHY_GLIB_REQUIRED=0.23.0 +TELEPATHY_GLIB_REQUIRED=0.23.2 AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_20, [Ignore post 0.20 deprecations]) -AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs]) +AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_24, [Prevent post 0.24 APIs]) AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables]) AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, 1, [Disable single include header])