summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-18 22:19:01 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-18 22:19:01 (GMT)
commit8c8042734aa4500db9072ef56548b544d881b5b1 (patch)
tree1dd34fc2cf6d5c8be57c2cdeab2fa5130aa971c2 /Tools
parent657de43f97283d7347b90b9e91093d5cdb84f59e (diff)
downloadcpython-8c8042734aa4500db9072ef56548b544d881b5b1.zip
cpython-8c8042734aa4500db9072ef56548b544d881b5b1.tar.gz
cpython-8c8042734aa4500db9072ef56548b544d881b5b1.tar.bz2
Missing update from previous changeset r79062.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/unicode/makeunicodedata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py
index 454e435..040ac89 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"