1
0
mirror of synced 2026-02-11 18:14:41 +00:00

2006-06-23 08:56:32 by steve

Release number -> 2.1
This commit is contained in:
steve
2006-06-23 08:56:32 +00:00
parent 8be924178e
commit 6361c50d18
8 changed files with 23 additions and 23 deletions

View File

@@ -7,14 +7,14 @@
# --
# http://www.steve.org.uk/
#
# $Id: Makefile,v 1.66 2006-06-22 08:05:08 steve Exp $
# $Id: Makefile,v 1.67 2006-06-23 08:56:32 steve Exp $
#
# Only used to build distribution tarballs.
#
DIST_PREFIX = /tmp
VERSION = 2.0
VERSION = 2.1
BASE = xen-tools

View File

@@ -432,7 +432,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.42 2006-06-22 15:20:36 steve Exp $
$Id: xen-create-image,v 1.43 2006-06-23 08:56:32 steve Exp $
=cut
@@ -478,7 +478,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '2.0';
my $RELEASE = '2.1';
@@ -846,7 +846,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.42 $';
my $REVISION = '$Revision: 1.43 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@@ -99,7 +99,7 @@ Specify the LVM volume group where images were previously saved.
--
http://www.steve.org.uk/
$Id: xen-delete-image,v 1.9 2006-06-21 16:59:34 steve Exp $
$Id: xen-delete-image,v 1.10 2006-06-23 08:56:32 steve Exp $
=cut
@@ -134,7 +134,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '2.0';
my $RELEASE = '2.1';
@@ -284,7 +284,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.9 $';
my $REVISION = '$Revision: 1.10 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@@ -67,7 +67,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-list-images,v 1.6 2006-06-20 21:46:08 steve Exp $
$Id: xen-list-images,v 1.7 2006-06-23 08:56:32 steve Exp $
=cut
@@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen";
#
# Release number.
#
my $RELEASE = '2.0';
my $RELEASE = '2.1';
@@ -237,7 +237,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.6 $';
my $REVISION = '$Revision: 1.7 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@@ -82,7 +82,7 @@ Specify the LVM volume group which contains the image(s).
--
http://www.steve.org.uk/
$Id: xen-update-image,v 1.4 2006-06-18 18:10:03 steve Exp $
$Id: xen-update-image,v 1.5 2006-06-23 08:56:32 steve Exp $
=cut
@@ -117,7 +117,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '2.0';
my $RELEASE = '2.1';
#
@@ -348,7 +348,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.4 $';
my $REVISION = '$Revision: 1.5 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@@ -57,7 +57,7 @@ xt-create-config - Create a Xen configuration file for a new domain.
--
http://www.steve.org.uk/
$Id: xt-create-xen-config,v 1.9 2006-06-19 12:49:34 steve Exp $
$Id: xt-create-xen-config,v 1.10 2006-06-23 08:56:32 steve Exp $
=cut
@@ -98,7 +98,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl';
#
# Release number.
#
my $RELEASE = '2.0';
my $RELEASE = '2.1';
@@ -162,7 +162,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.9 $';
my $REVISION = '$Revision: 1.10 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@@ -66,7 +66,7 @@ xt-customize-image - Customize a freshly installed copy of GNU/Linux
--
http://www.steve.org.uk/
$Id: xt-customize-image,v 1.9 2006-06-13 13:21:22 steve Exp $
$Id: xt-customize-image,v 1.10 2006-06-23 08:56:32 steve Exp $
=cut
@@ -99,7 +99,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '2.0';
my $RELEASE = '2.1';
@@ -163,7 +163,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.9 $';
my $REVISION = '$Revision: 1.10 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@@ -79,7 +79,7 @@ Install the distribution specified by the B<--dist> argument using the debootstr
--
http://www.steve.org.uk/
$Id: xt-install-image,v 1.15 2006-06-21 19:34:14 steve Exp $
$Id: xt-install-image,v 1.16 2006-06-23 08:56:32 steve Exp $
=cut
@@ -111,7 +111,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '2.0';
my $RELEASE = '2.1';
#
@@ -233,7 +233,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.15 $';
my $REVISION = '$Revision: 1.16 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{