2006-02-18 20:11:00 by steve
Prepare for 1.1 release.
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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.]+) / )
|
||||
{
|
||||
|
||||
@@ -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.]+) / )
|
||||
{
|
||||
|
||||
@@ -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.]+) / )
|
||||
{
|
||||
|
||||
@@ -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.]+) / )
|
||||
{
|
||||
|
||||
@@ -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.]+) / )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user