Skip to content

Commit

Permalink
bump version to 2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Mar 15, 2010
1 parent 3b5d710 commit ae0f8e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Shipwright

2.4.9

2.4.8 Mon Mar 15 04:38:29 GMT 2010

* make defaults to "dmake" in windows
Expand Down
2 changes: 1 addition & 1 deletion lib/Shipwright.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Shipwright;

use warnings;
use strict;
use version; our $VERSION = qv('2.4.8');
use version; our $VERSION = qv('2.4.9');

use base qw/Class::Accessor::Fast/;

Expand Down

0 comments on commit ae0f8e8

Please sign in to comment.