[glib] version macros: Make MIN_REQUIRED the current stable version



commit 744f36bb0685e35aac5fcfcf37cb1e1c9c45786e
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Tue May 8 15:12:42 2012 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gversionmacros.h b/glib/gversionmacros.h
index e61dfeb..e075582 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
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]