1
0
mirror of synced 2026-01-17 16:33:51 +00:00

2006-01-21 22:23:10 by steve

Updated version(s) to 0.9
This commit is contained in:
steve 2006-01-21 22:23:10 +00:00
parent 69067b0e0d
commit fd9c8fc586
6 changed files with 17 additions and 17 deletions

View File

@ -5,14 +5,14 @@
# --
# http://www.steve.org.uk/
#
# $Id: Makefile,v 1.35 2006-01-08 21:37:05 steve Exp $
# $Id: Makefile,v 1.36 2006-01-21 22:23:10 steve Exp $
#
# Only used to build distribution tarballs.
#
DIST_PREFIX = /tmp
VERSION = 0.8
VERSION = 0.9
BASE = xen-tools

View File

@ -344,7 +344,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.83 2006-01-21 22:22:44 steve Exp $
$Id: xen-create-image,v 1.84 2006-01-21 22:23:10 steve Exp $
=cut
@ -397,7 +397,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '0.8';
my $RELEASE = '0.9';
@ -889,7 +889,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.83 $';
my $REVISION = '$Revision: 1.84 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@ -75,7 +75,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-delete-image,v 1.20 2006-01-10 23:09:28 steve Exp $
$Id: xen-delete-image,v 1.21 2006-01-21 22:23:10 steve Exp $
=cut
@ -110,7 +110,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '0.8';
my $RELEASE = '0.9';
@ -251,7 +251,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.20 $';
my $REVISION = '$Revision: 1.21 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@ -114,7 +114,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-duplicate-image,v 1.19 2006-01-10 23:09:28 steve Exp $
$Id: xen-duplicate-image,v 1.20 2006-01-21 22:23:10 steve Exp $
=cut
@ -163,7 +163,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '0.8';
my $RELEASE = '0.9';
#
@ -447,7 +447,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.19 $';
my $REVISION = '$Revision: 1.20 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@ -90,7 +90,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-list-images,v 1.15 2006-01-10 23:09:28 steve Exp $
$Id: xen-list-images,v 1.16 2006-01-21 22:23:10 steve Exp $
=cut
@ -125,7 +125,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '0.8';
my $RELEASE = '0.9';
@ -286,7 +286,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.15 $';
my $REVISION = '$Revision: 1.16 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@ -80,7 +80,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-update-image,v 1.16 2006-01-10 23:09:28 steve Exp $
$Id: xen-update-image,v 1.17 2006-01-21 22:23:10 steve Exp $
=cut
@ -115,7 +115,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '0.8';
my $RELEASE = '0.9';
#
@ -302,7 +302,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.16 $';
my $REVISION = '$Revision: 1.17 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{