From 744f36bb0685e35aac5fcfcf37cb1e1c9c45786e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 8 May 2012 15:12:42 +0100 Subject: [PATCH] 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. --- glib/gversionmacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gversionmacros.h b/glib/gversionmacros.h index e61dfebee..e075582eb 100644 --- a/glib/gversionmacros.h +++ b/glib/gversionmacros.h @@ -120,7 +120,7 @@ * 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 /**