[glib] gversionmacros: fix a typo



commit 3b4c9f5fcc6dcd519f106406c489b5492f31dba1
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Apr 4 13:15:00 2013 -0400

    gversionmacros: fix a typo

 glib/gversionmacros.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gversionmacros.h b/glib/gversionmacros.h
index 778edef..b591534 100644
--- a/glib/gversionmacros.h
+++ b/glib/gversionmacros.h
@@ -100,10 +100,10 @@
 /**
  * GLIB_VERSION_2_38:
  *
- * A macro that evaluates to the 2.36 version of GLib, in a format
+ * A macro that evaluates to the 2.38 version of GLib, in a format
  * that can be used by the C pre-processor.
  *
- * Since: 2.36
+ * Since: 2.38
  */
 #define GLIB_VERSION_2_38       (G_ENCODE_VERSION (2, 38))
 


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