1
0
mirror of https://github.com/brl/mutter.git synced 2025-03-12 06:15:11 +00:00

macros: Define MIN_REQUIRED as the current version

Otherwise we'll not warn on deprecations introduced in the current
development cycle.
This commit is contained in:
Emmanuele Bassi 2012-04-26 16:58:23 +01:00
parent 14572f4db0
commit 56b7a4985b

@ -126,7 +126,7 @@
* Since: 1.10
*/
#ifndef CLUTTER_VERSION_MIN_REQUIRED
# define CLUTTER_VERSION_MIN_REQUIRED (CLUTTER_VERSION_PREV_STABLE)
# define CLUTTER_VERSION_MIN_REQUIRED (CLUTTER_VERSION_CUR_STABLE)
#endif
/**