2006-02-06 12:44:19 by steve
Updated version to 1.0
This commit is contained in:
4
Makefile
4
Makefile
@@ -5,14 +5,14 @@
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
#
|
||||
# $Id: Makefile,v 1.37 2006-02-05 18:10:34 steve Exp $
|
||||
# $Id: Makefile,v 1.38 2006-02-06 12:44:19 steve Exp $
|
||||
|
||||
|
||||
#
|
||||
# Only used to build distribution tarballs.
|
||||
#
|
||||
DIST_PREFIX = /tmp
|
||||
VERSION = 0.9
|
||||
VERSION = 1.0
|
||||
BASE = xen-tools
|
||||
|
||||
|
||||
|
||||
@@ -347,7 +347,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.87 2006-02-05 18:12:54 steve Exp $
|
||||
$Id: xen-create-image,v 1.88 2006-02-06 12:44:19 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -400,7 +400,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '0.9';
|
||||
my $RELEASE = '1.0';
|
||||
|
||||
|
||||
|
||||
@@ -893,7 +893,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.87 $';
|
||||
my $REVISION = '$Revision: 1.88 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -75,7 +75,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-delete-image,v 1.22 2006-02-05 13:38:49 steve Exp $
|
||||
$Id: xen-delete-image,v 1.23 2006-02-06 12:44:19 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -110,7 +110,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '0.9';
|
||||
my $RELEASE = '1.0';
|
||||
|
||||
|
||||
|
||||
@@ -251,7 +251,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.22 $';
|
||||
my $REVISION = '$Revision: 1.23 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -114,7 +114,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-duplicate-image,v 1.21 2006-02-05 13:38:49 steve Exp $
|
||||
$Id: xen-duplicate-image,v 1.22 2006-02-06 12:44:19 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -163,7 +163,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '0.9';
|
||||
my $RELEASE = '1.0';
|
||||
|
||||
|
||||
#
|
||||
@@ -447,7 +447,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.21 $';
|
||||
my $REVISION = '$Revision: 1.22 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -90,7 +90,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-list-images,v 1.18 2006-02-05 13:38:49 steve Exp $
|
||||
$Id: xen-list-images,v 1.19 2006-02-06 12:44:19 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -125,7 +125,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '0.9';
|
||||
my $RELEASE = '1.0';
|
||||
|
||||
|
||||
|
||||
@@ -296,7 +296,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.18 $';
|
||||
my $REVISION = '$Revision: 1.19 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -80,7 +80,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-update-image,v 1.18 2006-02-05 13:38:49 steve Exp $
|
||||
$Id: xen-update-image,v 1.19 2006-02-06 12:44:19 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -115,7 +115,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '0.9';
|
||||
my $RELEASE = '1.0';
|
||||
|
||||
|
||||
#
|
||||
@@ -302,7 +302,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.18 $';
|
||||
my $REVISION = '$Revision: 1.19 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user