version macros: Make MIN_REQUIRED the current stable version
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 8 May 2012 14:12:42 +0000 (15:12 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 8 May 2012 14:12:42 +0000 (15:12 +0100)
So that deprecation warnings will come into effect starting from the
stable release, instead of the next.

glib/gversionmacros.h

index e61dfeb..e075582 100644 (file)
  * Since: 2.32
  */
 #ifndef GLIB_VERSION_MIN_REQUIRED
-# define GLIB_VERSION_MIN_REQUIRED      (GLIB_VERSION_PREV_STABLE)
+# define GLIB_VERSION_MIN_REQUIRED      (GLIB_VERSION_CUR_STABLE)
 #endif
 
 /**