2006-06-09 09:27:33 by steve
Release 1.6
This commit is contained in:
parent
1cad512f51
commit
c9f3e6fcab
4
Makefile
4
Makefile
@ -5,14 +5,14 @@
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
#
|
||||
# $Id: Makefile,v 1.47 2006-06-09 09:22:57 steve Exp $
|
||||
# $Id: Makefile,v 1.48 2006-06-09 09:27:33 steve Exp $
|
||||
|
||||
|
||||
#
|
||||
# Only used to build distribution tarballs.
|
||||
#
|
||||
DIST_PREFIX = /tmp
|
||||
VERSION = 1.5
|
||||
VERSION = 1.6
|
||||
BASE = xen-tools
|
||||
|
||||
|
||||
|
||||
@ -461,7 +461,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.130 2006-06-07 09:37:27 steve Exp $
|
||||
$Id: xen-create-image,v 1.131 2006-06-09 09:27:33 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -517,7 +517,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '1.5';
|
||||
my $RELEASE = '1.6';
|
||||
|
||||
|
||||
|
||||
@ -1060,7 +1060,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.130 $';
|
||||
my $REVISION = '$Revision: 1.131 $';
|
||||
|
||||
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.32 2006-06-07 09:37:27 steve Exp $
|
||||
$Id: xen-delete-image,v 1.33 2006-06-09 09:27:33 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -114,7 +114,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '1.5';
|
||||
my $RELEASE = '1.6';
|
||||
|
||||
|
||||
|
||||
@ -290,7 +290,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.32 $';
|
||||
my $REVISION = '$Revision: 1.33 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@ -122,7 +122,7 @@ Specify the LVM volume where images are to go
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-duplicate-image,v 1.34 2006-06-07 09:37:27 steve Exp $
|
||||
$Id: xen-duplicate-image,v 1.35 2006-06-09 09:27:33 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -171,7 +171,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '1.5';
|
||||
my $RELEASE = '1.6';
|
||||
|
||||
|
||||
#
|
||||
@ -461,7 +461,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.34 $';
|
||||
my $REVISION = '$Revision: 1.35 $';
|
||||
|
||||
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.28 2006-06-07 09:37:27 steve Exp $
|
||||
$Id: xen-list-images,v 1.29 2006-06-09 09:27:33 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -129,7 +129,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '1.5';
|
||||
my $RELEASE = '1.6';
|
||||
|
||||
|
||||
|
||||
@ -320,7 +320,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.28 $';
|
||||
my $REVISION = '$Revision: 1.29 $';
|
||||
|
||||
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.28 2006-06-07 09:37:27 steve Exp $
|
||||
$Id: xen-update-image,v 1.29 2006-06-09 09:27:33 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -118,7 +118,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '1.5';
|
||||
my $RELEASE = '1.6';
|
||||
|
||||
|
||||
#
|
||||
@ -337,7 +337,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.28 $';
|
||||
my $REVISION = '$Revision: 1.29 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user