Bump Unicode version
authorKarl Williamson <public@khwilliamson.com>
Sat, 5 Oct 2013 03:05:09 +0000 (21:05 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 5 Oct 2013 03:52:54 +0000 (21:52 -0600)
In commit a9c9e371c40cf388593577cf577494e91793f62a, I forgot to update
the Unicode version in the file that states it.

lib/Unicode/UCD.t
lib/unicore/version

index 4b0c227..275fbe1 100644 (file)
@@ -343,7 +343,7 @@ is($bt->{AL}, 'Right-to-Left Arabic', 'AL is Right-to-Left Arabic');
 
 # If this fails, then maybe one should look at the Unicode changes to see
 # what else might need to be updated.
-is(Unicode::UCD::UnicodeVersion, '6.2.0', 'UnicodeVersion');
+is(Unicode::UCD::UnicodeVersion, '6.3.0', 'UnicodeVersion');
 
 use Unicode::UCD qw(compexcl);
 
index 6abaeb2..798e389 100644 (file)
@@ -1 +1 @@
-6.2.0
+6.3.0