[Bps-public-commit] Shipwright branch, master, updated. 202a70cb1e09b133806f7a2eab67172076fca1fb
? sunnavy
sunnavy at bestpractical.com
Mon Aug 23 22:22:38 EDT 2010
The branch, master has been updated
via 202a70cb1e09b133806f7a2eab67172076fca1fb (commit)
via 043ce9a2aa9929e9ddc37419583667267b5d4469 (commit)
from cefb35baea5cc23c0ca12e8aa6c4283fec357e9e (commit)
Summary of changes:
Changes | 6 ++++++
META.yml | 2 +-
lib/Shipwright.pm | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 043ce9a2aa9929e9ddc37419583667267b5d4469
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Aug 24 10:23:18 2010 +0800
release 2.4.16
diff --git a/Changes b/Changes
index 58eab98..accc5b2 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Shipwright
+2.4.16 Tue Aug 24 02:22:15 UTC 2010
+
+* fix a bug when using --generate-tar-file
+
2.4.15 Tue Aug 24 00:19:00 UTC 2010
* fix CleanINC name
commit 202a70cb1e09b133806f7a2eab67172076fca1fb
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Aug 24 10:24:00 2010 +0800
bump to 2.4.17
diff --git a/Changes b/Changes
index accc5b2..0d5f63b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Shipwright
+2.4.17
+
2.4.16 Tue Aug 24 02:22:15 UTC 2010
* fix a bug when using --generate-tar-file
diff --git a/META.yml b/META.yml
index 9c108ac..5a6449f 100644
--- a/META.yml
+++ b/META.yml
@@ -56,4 +56,4 @@ requires:
resources:
license: http://dev.perl.org/licenses/
repository: git://github.com/bestpractical/shipwright.git
-version: 2.004016
+version: 2.004017
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index fe88238..9457982 100644
--- a/lib/Shipwright.pm
+++ b/lib/Shipwright.pm
@@ -2,7 +2,7 @@ package Shipwright;
use warnings;
use strict;
-use version; our $VERSION = qv('2.4.16');
+use version; our $VERSION = qv('2.4.17');
use base qw/Class::Accessor::Fast/;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list