X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=configure.ac;h=6f1bc2a995281ab953829e2c3416bf31ed9d3d43;hp=0719246272f6469b79776146e8ebf95ee613ba4a;hb=7f44d7db80e54db89d38eef093799aaa2eef978a;hpb=2570147eeea5091acd02ff310f722161f4ae328a diff --git a/configure.ac b/configure.ac index 07192462..6f1bc2a9 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, 1) +m4_define(empathy_released, 0) m4_define([empathy_major_version], [3]) -m4_define([empathy_minor_version], [9]) -m4_define([empathy_micro_version], [92]) +m4_define([empathy_minor_version], [10]) +m4_define([empathy_micro_version], [2]) m4_define([empathy_nano_version], [0]) dnl Display the nano_version only if it's not '0' @@ -80,6 +80,10 @@ LIBACCOUNTS_REQUIRED=1.4 LIBSIGNON_REQUIRED=1.8 MC_PLUGINS_REQUIRED=5.13.1 +COGL_REQUIRED=1.14 +AC_DEFINE(COGL_VERSION_MIN_REQUIRED, COGL_VERSION_1_14, [Ignore post 1.14 deprecations]) +AC_DEFINE(COGL_VERSION_MAX_ALLOWED, COGL_VERSION_1_14, [Ignore post 1.14 deprecations]) + # Use --enable-maintainer-mode to disable deprecated symbols, # disable single include and enable GSEAL. If this is not a released empathy, # maintainer mode is forced @@ -254,7 +258,7 @@ if test "x$enable_gst1" != "xno"; then gstreamer-1.0 gstreamer-audio-1.0 gstreamer-video-1.0 - cogl-1.0 + cogl-1.0 >= $COGL_REQUIRED ], have_gst1="yes", have_gst1="no") if test "x$have_gst1" = "xyes"; then