Skip to content

Commit

Permalink
Merge pull request #31 from steve-m-hay/master
Browse files Browse the repository at this point in the history
Bump $VERSION in module changed since Encode-2.60
  • Loading branch information
dankogai committed Feb 1, 2015
2 parents eed7551 + 69e2b09 commit 08392c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unicode/Unicode.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
no warnings 'redefine';

our $VERSION = do { my @r = ( q$Revision: 2.9 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
our $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };

use XSLoader;
XSLoader::load( __PACKAGE__, $VERSION );
Expand Down

0 comments on commit 08392c3

Please sign in to comment.