1
0
mirror of synced 2026-04-27 20:58:08 +00:00

2006-06-09 19:04:13 by steve

Updated release to 2.0
This commit is contained in:
steve
2006-06-09 19:04:13 +00:00
parent 0ee2696fec
commit 26c10d477a
4 changed files with 12 additions and 12 deletions

View File

@@ -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.]+) / )
{

View File

@@ -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.]+) / )
{

View File

@@ -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.]+) / )
{

View File

@@ -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.]+) / )
{