gversionmacros: fix a typo
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 4 Apr 2013 17:15:00 +0000 (13:15 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 4 Apr 2013 17:15:00 +0000 (13:15 -0400)
glib/gversionmacros.h

index 778edef..b591534 100644 (file)
 /**
  * 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))