summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-09-03 11:54:29 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-09-03 11:54:29 -0700
commit1caa3deff8852ee61d92283c215fce5875166480 (patch)
tree3111956c2dbe8818760c7e3fd7f3b21a177308d9
parentb42f22c2a80f4101572d3eba46ec7e401ff7ae8e (diff)
downloadperl-1caa3deff8852ee61d92283c215fce5875166480.tar.gz
Unicode::UCD version bump
What we now have here on the maint-5.12 branch is identical to what came with 5.13.3, so there is no need for an in-between version number.
-rw-r--r--lib/Unicode/UCD.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm
index 67b5a8a796..2c1f0e55c1 100644
--- a/lib/Unicode/UCD.pm
+++ b/lib/Unicode/UCD.pm
@@ -3,7 +3,7 @@ package Unicode::UCD;
use strict;
use warnings;
-our $VERSION = '0.28';
+our $VERSION = '0.29';
use Storable qw(dclone);