1
0
mirror of synced 2026-02-05 15:34:51 +00:00

2006-02-18 20:11:00 by steve

Prepare for 1.1 release.
This commit is contained in:
steve
2006-02-18 20:11:00 +00:00
parent 7c77b2ae39
commit 74cae3c59a
6 changed files with 17 additions and 17 deletions

View File

@@ -5,14 +5,14 @@
# --
# http://www.steve.org.uk/
#
# $Id: Makefile,v 1.38 2006-02-06 12:44:19 steve Exp $
# $Id: Makefile,v 1.39 2006-02-18 20:11:00 steve Exp $
#
# Only used to build distribution tarballs.
#
DIST_PREFIX = /tmp
VERSION = 1.0
VERSION = 1.1
BASE = xen-tools

View File

@@ -398,7 +398,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.98 2006-02-18 12:39:32 steve Exp $
$Id: xen-create-image,v 1.99 2006-02-18 20:11:00 steve Exp $
=cut
@@ -454,7 +454,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '1.0';
my $RELEASE = '1.1';
@@ -1034,7 +1034,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.98 $';
my $REVISION = '$Revision: 1.99 $';
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.24 2006-02-16 18:05:09 steve Exp $
$Id: xen-delete-image,v 1.25 2006-02-18 20:11:00 steve Exp $
=cut
@@ -114,7 +114,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '1.0';
my $RELEASE = '1.1';
@@ -276,7 +276,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.24 $';
my $REVISION = '$Revision: 1.25 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@@ -118,7 +118,7 @@ Specify the LVM volume where images are to go
--
http://www.steve.org.uk/
$Id: xen-duplicate-image,v 1.23 2006-02-16 18:05:09 steve Exp $
$Id: xen-duplicate-image,v 1.24 2006-02-18 20:11:00 steve Exp $
=cut
@@ -167,7 +167,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '1.0';
my $RELEASE = '1.1';
#
@@ -452,7 +452,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.23 $';
my $REVISION = '$Revision: 1.24 $';
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.20 2006-02-16 18:05:09 steve Exp $
$Id: xen-list-images,v 1.21 2006-02-18 20:11:00 steve Exp $
=cut
@@ -129,7 +129,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '1.0';
my $RELEASE = '1.1';
@@ -320,7 +320,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.20 $';
my $REVISION = '$Revision: 1.21 $';
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.20 2006-02-16 18:05:09 steve Exp $
$Id: xen-update-image,v 1.21 2006-02-18 20:11:00 steve Exp $
=cut
@@ -118,7 +118,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '1.0';
my $RELEASE = '1.1';
#
@@ -326,7 +326,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.20 $';
my $REVISION = '$Revision: 1.21 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{