Skip to content

Commit

Permalink
Version bump for internal test release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsee committed Sep 6, 2012
1 parent 3fcbe25 commit 74cb1c2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Decoder/Changes
Expand Up @@ -9,3 +9,6 @@ Revision history for Perl extension Sereal-Decoder
0.03 Tue Sep 4 17:09 2012
- internal release.

0.04 Thu Sep 6 16:00 2012
- internal release.

2 changes: 1 addition & 1 deletion Decoder/lib/Sereal/Decoder.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Carp qw/croak/;
use XSLoader;

our $VERSION = '0.03';
our $VERSION = '0.04';
use Exporter 'import';

our @EXPORT_OK = qw(decode_sereal);
Expand Down
3 changes: 3 additions & 0 deletions Encoder/Changes
Expand Up @@ -9,3 +9,6 @@ Revision history for Perl extension Sereal-Encoder
0.03 Tue Sep 4 17:09 2012
- internal release.

0.04 Thu Sep 6 16:00 2012
- internal release.

2 changes: 1 addition & 1 deletion Encoder/lib/Sereal/Encoder.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Carp qw/croak/;
use XSLoader;

our $VERSION = '0.03';
our $VERSION = '0.04';
use Exporter 'import';
our @EXPORT;
BEGIN { push @EXPORT,"encode_sereal" if $0=~/-e/}
Expand Down

0 comments on commit 74cb1c2

Please sign in to comment.