[Bps-public-commit] Shipwright branch, master, updated. b33a4d412894b6caee3b9b1a74ba96138ad6c5ed
? sunnavy
sunnavy at bestpractical.com
Tue Feb 22 03:12:27 EST 2011
The branch, master has been updated
via b33a4d412894b6caee3b9b1a74ba96138ad6c5ed (commit)
via f8064829a7453cda03f36806fa11d4646b27d23a (commit)
from 2e875bd2167a5bde7908c9fbe6f769a019993133 (commit)
Summary of changes:
MANIFEST | 1 +
META.yml | 2 +-
lib/Shipwright.pm | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit f8064829a7453cda03f36806fa11d4646b27d23a
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Feb 22 16:04:31 2011 +0800
forgot to update manifest
diff --git a/MANIFEST b/MANIFEST
index e664186..09b92e4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -24,6 +24,7 @@ lib/Shipwright/Backend/FS.pm
lib/Shipwright/Backend/Git.pm
lib/Shipwright/Backend/SVK.pm
lib/Shipwright/Backend/SVN.pm
+lib/Shipwright/Base.pm
lib/Shipwright/Logger.pm
lib/Shipwright/Manual.pod
lib/Shipwright/Manual/BuildMultiArchVessel.pod
commit b33a4d412894b6caee3b9b1a74ba96138ad6c5ed
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Feb 22 16:13:54 2011 +0800
bump to 2.4.21
diff --git a/META.yml b/META.yml
index fe59104..3b78829 100644
--- a/META.yml
+++ b/META.yml
@@ -55,4 +55,4 @@ requires:
resources:
license: http://dev.perl.org/licenses/
repository: git://github.com/bestpractical/shipwright.git
-version: 2.004020
+version: 2.004021
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index 4030e50..45d2cbe 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.20');
+use version; our $VERSION = qv('2.4.21');
use base qw/Shipwright::Base/;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list