2006-10-12 23:08:21 by steve
Update version number for v2.7 release.
This commit is contained in:
4
Makefile
4
Makefile
@@ -7,14 +7,14 @@
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
#
|
||||
# $Id: Makefile,v 1.81 2006-09-22 17:13:36 steve Exp $
|
||||
# $Id: Makefile,v 1.82 2006-10-12 23:08:21 steve Exp $
|
||||
|
||||
|
||||
#
|
||||
# Only used to build distribution tarballs.
|
||||
#
|
||||
DIST_PREFIX = /tmp
|
||||
VERSION = 2.6
|
||||
VERSION = 2.7
|
||||
BASE = xen-tools
|
||||
|
||||
|
||||
|
||||
@@ -498,7 +498,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.99 2006-10-12 23:06:43 steve Exp $
|
||||
$Id: xen-create-image,v 1.100 2006-10-12 23:08:21 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -545,7 +545,7 @@ my $MOUNT_POINT = undef;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.6';
|
||||
my $RELEASE = '2.7';
|
||||
|
||||
|
||||
|
||||
@@ -1020,7 +1020,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.99 $';
|
||||
my $REVISION = '$Revision: 1.100 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -124,7 +124,7 @@ Specify the EVMS container where images were previously saved.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-delete-image,v 1.20 2006-10-11 16:52:53 steve Exp $
|
||||
$Id: xen-delete-image,v 1.21 2006-10-12 23:08:21 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -159,7 +159,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.6';
|
||||
my $RELEASE = '2.7';
|
||||
|
||||
|
||||
|
||||
@@ -314,7 +314,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.20 $';
|
||||
my $REVISION = '$Revision: 1.21 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -67,7 +67,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-list-images,v 1.16 2006-09-11 15:57:57 steve Exp $
|
||||
$Id: xen-list-images,v 1.17 2006-10-12 23:08:21 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen";
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.6';
|
||||
my $RELEASE = '2.7';
|
||||
|
||||
|
||||
|
||||
@@ -240,7 +240,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.16 $';
|
||||
my $REVISION = '$Revision: 1.17 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -86,7 +86,7 @@ Specify the EVMS container which contains the image(s).
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-update-image,v 1.13 2006-10-11 16:40:54 steve Exp $
|
||||
$Id: xen-update-image,v 1.14 2006-10-12 23:08:21 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -121,7 +121,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.6';
|
||||
my $RELEASE = '2.7';
|
||||
|
||||
|
||||
#
|
||||
@@ -383,7 +383,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.13 $';
|
||||
my $REVISION = '$Revision: 1.14 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -96,7 +96,7 @@ xt-create-config - Create a Xen configuration file for a new guest
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xt-create-xen-config,v 1.21 2006-10-11 16:40:54 steve Exp $
|
||||
$Id: xt-create-xen-config,v 1.22 2006-10-12 23:08:21 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -137,7 +137,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.6';
|
||||
my $RELEASE = '2.7';
|
||||
|
||||
|
||||
|
||||
@@ -203,7 +203,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.21 $';
|
||||
my $REVISION = '$Revision: 1.22 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -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.19 2006-09-11 15:57:57 steve Exp $
|
||||
$Id: xt-customize-image,v 1.20 2006-10-12 23:08:21 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -99,7 +99,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.6';
|
||||
my $RELEASE = '2.7';
|
||||
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.19 $';
|
||||
my $REVISION = '$Revision: 1.20 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -80,7 +80,7 @@ Install the distribution specified by the B<--dist> argument using the debootstr
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xt-install-image,v 1.36 2006-09-11 15:57:57 steve Exp $
|
||||
$Id: xt-install-image,v 1.37 2006-10-12 23:08:21 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -112,7 +112,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.6';
|
||||
my $RELEASE = '2.7';
|
||||
|
||||
|
||||
|
||||
@@ -379,7 +379,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.36 $';
|
||||
my $REVISION = '$Revision: 1.37 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
Reference in New Issue
Block a user