version macros: Make MIN_REQUIRED the current stable version

So that deprecation warnings will come into effect starting from the
stable release, instead of the next.
This commit is contained in:
Emmanuele Bassi 2012-05-08 15:12:42 +01:00
parent fb63c73bbe
commit 744f36bb06

View File

@ -120,7 +120,7 @@
* Since: 2.32 * Since: 2.32
*/ */
#ifndef GLIB_VERSION_MIN_REQUIRED #ifndef GLIB_VERSION_MIN_REQUIRED
# define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_PREV_STABLE) # define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_CUR_STABLE)
#endif #endif
/** /**