From: Florent Xicluna Date: Thu, 18 Mar 2010 22:19:01 +0000 (+0000) Subject: Missing update from previous changeset r79062. X-Git-Tag: v3.2a1~1428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c8042734aa4500db9072ef56548b544d881b5b1;p=python Missing update from previous changeset r79062. --- diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index 454e4355e4..040ac8997b 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@ -31,7 +31,7 @@ SCRIPT = sys.argv[0] VERSION = "2.6" # The Unicode Database -UNIDATA_VERSION = "5.1.0" +UNIDATA_VERSION = "5.2.0" UNICODE_DATA = "UnicodeData%s.txt" COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt" EASTASIAN_WIDTH = "EastAsianWidth%s.txt"