2006-06-09 19:04:13 by steve
Updated release to 2.0
This commit is contained in:
@@ -79,7 +79,7 @@ Specify the LVM volume where images were previously saved.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-delete-image,v 1.1 2006-06-09 12:43:03 steve Exp $
|
||||
$Id: xen-delete-image,v 1.2 2006-06-09 19:04:13 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -114,7 +114,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '1.6';
|
||||
my $RELEASE = '2.0';
|
||||
|
||||
|
||||
|
||||
@@ -290,7 +290,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.1 $';
|
||||
my $REVISION = '$Revision: 1.2 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -122,7 +122,7 @@ Specify the LVM volume where images are to go
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-duplicate-image,v 1.1 2006-06-09 12:43:03 steve Exp $
|
||||
$Id: xen-duplicate-image,v 1.2 2006-06-09 19:04:13 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -171,7 +171,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '1.6';
|
||||
my $RELEASE = '2.0';
|
||||
|
||||
|
||||
#
|
||||
@@ -461,7 +461,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.1 $';
|
||||
my $REVISION = '$Revision: 1.2 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -94,7 +94,7 @@ Specify the LVM volume where images are located
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-list-images,v 1.1 2006-06-09 12:43:03 steve Exp $
|
||||
$Id: xen-list-images,v 1.2 2006-06-09 19:04:13 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -129,7 +129,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '1.6';
|
||||
my $RELEASE = '2.0';
|
||||
|
||||
|
||||
|
||||
@@ -320,7 +320,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.1 $';
|
||||
my $REVISION = '$Revision: 1.2 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -83,7 +83,7 @@ Specify the LVM volume where images are located.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-update-image,v 1.1 2006-06-09 12:43:03 steve Exp $
|
||||
$Id: xen-update-image,v 1.2 2006-06-09 19:04:13 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -118,7 +118,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '1.6';
|
||||
my $RELEASE = '2.0';
|
||||
|
||||
|
||||
#
|
||||
@@ -337,7 +337,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.1 $';
|
||||
my $REVISION = '$Revision: 1.2 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user