[vte] all: Update version check to stable version



commit ef3d7942c9ab3c89d315f8bee5a53a76d3d5a7f6
Author: Christian Persch <chpe gnome org>
Date:   Mon Mar 30 12:50:21 2015 +0200

    all: Update version check to stable version

 src/pty.c |    2 +-
 src/vte.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/pty.c b/src/pty.c
index 7df3907..8814208 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -92,7 +92,7 @@ static int _vte_pty_helper_tunnel = -1;
 
 #define VTE_VERSION_NUMERIC ((VTE_MAJOR_VERSION) * 10000 + (VTE_MINOR_VERSION) * 100 + (VTE_MICRO_VERSION))
 
-#if !GLIB_CHECK_VERSION(2, 41, 2)
+#if !GLIB_CHECK_VERSION(2, 42, 0)
 #define G_PARAM_EXPLICIT_NOTIFY 0
 #endif
 
diff --git a/src/vte.c b/src/vte.c
index aec1d4c..0aebcac 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -74,7 +74,7 @@ static inline double round(double x) {
 typedef gunichar wint_t;
 #endif
 
-#if !GLIB_CHECK_VERSION(2, 41, 2)
+#if !GLIB_CHECK_VERSION(2, 42, 0)
 #define G_PARAM_EXPLICIT_NOTIFY 0
 #endif
 


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