[gucharmap] unicode: Update to version 12.1.0



commit 33e14bf14c8e6915947fd0138df0fc14da6749d5
Author: Christian Persch <chpe src gnome org>
Date:   Mon Mar 9 20:27:13 2020 +0100

    unicode: Update to version 12.1.0

 gucharmap/gucharmap-unicode-info.h | 3 ++-
 gucharmap/gucharmap-window.c       | 2 +-
 gucharmap/unicode-i18n.h           | 2 +-
 meson.build                        | 4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/gucharmap/gucharmap-unicode-info.h b/gucharmap/gucharmap-unicode-info.h
index 8087d81d..0f0f7ca5 100644
--- a/gucharmap/gucharmap-unicode-info.h
+++ b/gucharmap/gucharmap-unicode-info.h
@@ -53,7 +53,8 @@ typedef enum {
   GUCHARMAP_UNICODE_VERSION_10_0,
   GUCHARMAP_UNICODE_VERSION_11_0,
   GUCHARMAP_UNICODE_VERSION_12_0,
-  GUCHARMAP_UNICODE_VERSION_LATEST = GUCHARMAP_UNICODE_VERSION_12_0 /* private, will move forward with each 
revision */
+  GUCHARMAP_UNICODE_VERSION_12_1,
+  GUCHARMAP_UNICODE_VERSION_LATEST = GUCHARMAP_UNICODE_VERSION_12_1 /* private, will move forward with each 
revision */
 } GucharmapUnicodeVersion;
 
 /* return values are read-only */
diff --git a/gucharmap/gucharmap-window.c b/gucharmap/gucharmap-window.c
index 31760745..91b73c67 100644
--- a/gucharmap/gucharmap-window.c
+++ b/gucharmap/gucharmap-window.c
@@ -454,7 +454,7 @@ help_about (GSimpleAction *action,
   gtk_show_about_dialog (GTK_WINDOW (guw),
                         "program-name", _("GNOME Character Map"),
                         "version", VERSION,
-                        "comments", _("Based on the Unicode Character Database 12.0.0"),
+                        "comments", _("Based on the Unicode Character Database 12.1.0"),
                         "copyright", "Copyright © 2004 Noah Levitt\n"
                                      "Copyright © 1991–2019 Unicode, Inc.\n"
                                      "Copyright © 2007–2019 Christian Persch\n"
diff --git a/gucharmap/unicode-i18n.h b/gucharmap/unicode-i18n.h
index fe73ae0b..f572a013 100644
--- a/gucharmap/unicode-i18n.h
+++ b/gucharmap/unicode-i18n.h
@@ -1,7 +1,7 @@
 unicode-i18n.h for extraction by gettext
 THIS IS A GENERATED FILE. CHANGES WILL BE OVERWRITTEN.
 Generated by ./gen-guch-unicode-tables.pl
-Generated from UCD version 12.0.0
+Generated from UCD version 12.1.0
 
 N_("Basic Latin")
 N_("Latin-1 Supplement")
diff --git a/meson.build b/meson.build
index a6b22f29..711bdd17 100644
--- a/meson.build
+++ b/meson.build
@@ -24,7 +24,7 @@ project(
   ],
   license: ['GPL-3.0-or-later',],
   meson_version: '>= 0.49.0',
-  version: '12.0.3',
+  version: '12.1.0',
 )
 
 # Naming
@@ -45,7 +45,7 @@ gtk3_req_version      = '3.4.0'
 # changes to gucharmap. Therefore, you should NOT upgrade the unicode version
 # of a released gucharmap, but upgrade to the gucharmap version corresponding
 # to the desired unicode version.
-unicode_req_version   = '12.0.0'
+unicode_req_version   = '12.1.0'
 
 # API
 


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