1
0
mirror of synced 2026-01-21 01:48:09 +00:00

2006-04-15 02:32:40 by steve

Updated release to 1.3
This commit is contained in:
steve 2006-04-15 02:32:40 +00:00
parent 9068d6962e
commit e84d075cde
6 changed files with 17 additions and 17 deletions

View File

@ -5,14 +5,14 @@
# --
# http://www.steve.org.uk/
#
# $Id: Makefile,v 1.41 2006-03-11 19:55:44 steve Exp $
# $Id: Makefile,v 1.42 2006-04-15 02:32:40 steve Exp $
#
# Only used to build distribution tarballs.
#
DIST_PREFIX = /tmp
VERSION = 1.2
VERSION = 1.3
BASE = xen-tools

View File

@ -402,7 +402,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.108 2006-03-28 07:19:42 steve Exp $
$Id: xen-create-image,v 1.109 2006-04-15 02:32:40 steve Exp $
=cut
@ -458,7 +458,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '1.2';
my $RELEASE = '1.3';
@ -1020,7 +1020,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.108 $';
my $REVISION = '$Revision: 1.109 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

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.26 2006-03-11 19:55:44 steve Exp $
$Id: xen-delete-image,v 1.27 2006-04-15 02:32:40 steve Exp $
=cut
@ -114,7 +114,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '1.2';
my $RELEASE = '1.3';
@ -276,7 +276,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.26 $';
my $REVISION = '$Revision: 1.27 $';
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.29 2006-03-11 21:43:52 steve Exp $
$Id: xen-duplicate-image,v 1.30 2006-04-15 02:32:40 steve Exp $
=cut
@ -171,7 +171,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '1.2';
my $RELEASE = '1.3';
#
@ -461,7 +461,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.29 $';
my $REVISION = '$Revision: 1.30 $';
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.22 2006-03-11 19:55:44 steve Exp $
$Id: xen-list-images,v 1.23 2006-04-15 02:32:40 steve Exp $
=cut
@ -129,7 +129,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '1.2';
my $RELEASE = '1.3';
@ -320,7 +320,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.22 $';
my $REVISION = '$Revision: 1.23 $';
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.22 2006-03-11 19:55:44 steve Exp $
$Id: xen-update-image,v 1.23 2006-04-15 02:32:40 steve Exp $
=cut
@ -118,7 +118,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '1.2';
my $RELEASE = '1.3';
#
@ -326,7 +326,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.22 $';
my $REVISION = '$Revision: 1.23 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{