Skip to content

Commit

Permalink
bump version number to 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
gflohr committed Jan 15, 2025
1 parent f99dcb2 commit 986d503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Locale/Messages.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use strict;

use vars qw ($package @EXPORT_OK %EXPORT_TAGS @ISA $VERSION);

$VERSION = '1.34';
$VERSION = '1.35';

# Try to load the C version first.
$package = 'gettext_xs';
Expand Down
2 changes: 1 addition & 1 deletion lib/Locale/TextDomain.pm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ use Cwd qw (abs_path);

use vars qw ($VERSION);

$VERSION = '1.34';
$VERSION = '1.35';

require Exporter;

Expand Down

0 comments on commit 986d503

Please sign in to comment.