[gucharmap] Add version 5.2 to enum



commit 48743621910f01ce412749269b36d30c1575536d
Author: Christian Persch <chpe gnome org>
Date:   Tue Jun 16 18:59:39 2009 +0200

    Add version 5.2 to enum

 gucharmap/gucharmap-unicode-info.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gucharmap/gucharmap-unicode-info.h b/gucharmap/gucharmap-unicode-info.h
index 35bebdc..76bf101 100644
--- a/gucharmap/gucharmap-unicode-info.h
+++ b/gucharmap/gucharmap-unicode-info.h
@@ -39,7 +39,8 @@ typedef enum {
   GUCHARMAP_UNICODE_VERSION_4_1,
   GUCHARMAP_UNICODE_VERSION_5_0,
   GUCHARMAP_UNICODE_VERSION_5_1,
-  GUCHARMAP_UNICODE_VERSION_LATEST = GUCHARMAP_UNICODE_VERSION_5_1 /* private, will move forward with each revision */
+  GUCHARMAP_UNICODE_VERSION_5_2,
+  GUCHARMAP_UNICODE_VERSION_LATEST = GUCHARMAP_UNICODE_VERSION_5_2 /* private, will move forward with each revision */
 } GucharmapUnicodeVersion;
 
 /* return values are read-only */



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