Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Cut 2.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arc committed May 11, 2012
1 parent 9626ed9 commit cde5196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension Image::EXIF.

2.01 Fri May 11 18:04:11 BST 2012
- Fix building under Perl 5.8.8 (including Red Hat 5.6)

2.00 Sun May 6 16:22:04 BST 2012
- New maintainer Aaron Crane <[email protected]>
- New versioning scheme: don't encode exiftags version number in
Expand Down
2 changes: 1 addition & 1 deletion lib/Image/EXIF.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.008;
use strict;
use warnings;

our $VERSION = '2.00';
our $VERSION = '2.01';

use Carp ();

Expand Down

0 comments on commit cde5196

Please sign in to comment.