From 3b4c9f5fcc6dcd519f106406c489b5492f31dba1 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 4 Apr 2013 13:15:00 -0400 Subject: [PATCH] gversionmacros: fix a typo --- glib/gversionmacros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/gversionmacros.h b/glib/gversionmacros.h index 778edefa3..b591534f2 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))