[clutter] macros: Define MIN_REQUIRED as the current version



commit 56b7a4985b69db51868f6b369785ee0fae4a8a71
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu Apr 26 16:58:23 2012 +0100

    macros: Define MIN_REQUIRED as the current version
    
    Otherwise we'll not warn on deprecations introduced in the current
    development cycle.

 clutter/clutter-macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-macros.h b/clutter/clutter-macros.h
index dd8033d..12e7979 100644
--- a/clutter/clutter-macros.h
+++ b/clutter/clutter-macros.h
@@ -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
 
 /**



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