From 7b43da399becec58f88a85d4f7cd1c504bebc9d2 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 11 Dec 2006 22:12:39 +0000 Subject: [PATCH] 2006-12-11 22:12:39 by steve Updated version number for 3.0 release. --- Makefile | 4 ++-- bin/xen-create-image | 6 +++--- bin/xen-delete-image | 6 +++--- bin/xen-list-images | 6 +++--- bin/xen-update-image | 6 +++--- bin/xt-create-xen-config | 6 +++--- bin/xt-customize-image | 6 +++--- bin/xt-install-image | 6 +++--- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Makefile b/Makefile index af414af..5697421 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,14 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.89 2006-12-11 12:53:15 radu Exp $ +# $Id: Makefile,v 1.90 2006-12-11 22:12:39 steve Exp $ # # Only used to build distribution tarballs. # DIST_PREFIX = /tmp -VERSION = 2.9 +VERSION = 3.0 BASE = xen-tools diff --git a/bin/xen-create-image b/bin/xen-create-image index cc59509..17d0d86 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -510,7 +510,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.112 2006-12-09 17:51:27 steve Exp $ + $Id: xen-create-image,v 1.113 2006-12-11 22:12:39 steve Exp $ =cut @@ -557,7 +557,7 @@ my $MOUNT_POINT = undef; # # Release number. # -my $RELEASE = '2.9'; +my $RELEASE = '3.0'; @@ -1100,7 +1100,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.112 $'; + my $REVISION = '$Revision: 1.113 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-delete-image b/bin/xen-delete-image index cff4a20..9d028d4 100755 --- a/bin/xen-delete-image +++ b/bin/xen-delete-image @@ -136,7 +136,7 @@ Show the version number and exit. -- http://www.steve.org.uk/ - $Id: xen-delete-image,v 1.25 2006-11-29 23:29:40 steve Exp $ + $Id: xen-delete-image,v 1.26 2006-12-11 22:12:39 steve Exp $ =cut @@ -171,7 +171,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.9'; +my $RELEASE = '3.0'; @@ -335,7 +335,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.25 $'; + my $REVISION = '$Revision: 1.26 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-list-images b/bin/xen-list-images index 354cd77..1e33f22 100755 --- a/bin/xen-list-images +++ b/bin/xen-list-images @@ -67,7 +67,7 @@ Show the version number and exit. -- http://www.steve.org.uk/ - $Id: xen-list-images,v 1.19 2006-11-19 19:41:34 steve Exp $ + $Id: xen-list-images,v 1.20 2006-12-11 22:12:39 steve Exp $ =cut @@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen"; # # Release number. # -my $RELEASE = '2.9'; +my $RELEASE = '3.0'; @@ -240,7 +240,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.19 $'; + my $REVISION = '$Revision: 1.20 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-update-image b/bin/xen-update-image index 4dcabb1..74056e6 100755 --- a/bin/xen-update-image +++ b/bin/xen-update-image @@ -87,7 +87,7 @@ Show the version number and exit. -- http://www.steve.org.uk/ - $Id: xen-update-image,v 1.17 2006-11-29 23:32:55 steve Exp $ + $Id: xen-update-image,v 1.18 2006-12-11 22:12:39 steve Exp $ =cut @@ -122,7 +122,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.9'; +my $RELEASE = '3.0'; # @@ -384,7 +384,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.17 $'; + my $REVISION = '$Revision: 1.18 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index f6a76de..7b752a5 100755 --- a/bin/xt-create-xen-config +++ b/bin/xt-create-xen-config @@ -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.27 2006-12-03 12:16:44 radu Exp $ + $Id: xt-create-xen-config,v 1.28 2006-12-11 22:12:39 steve Exp $ =cut @@ -137,7 +137,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl'; # # Release number. # -my $RELEASE = '2.9'; +my $RELEASE = '3.0'; @@ -203,7 +203,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.27 $'; + my $REVISION = '$Revision: 1.28 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xt-customize-image b/bin/xt-customize-image index bfc12e0..809c0c4 100755 --- a/bin/xt-customize-image +++ b/bin/xt-customize-image @@ -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.23 2006-11-29 23:29:48 steve Exp $ + $Id: xt-customize-image,v 1.24 2006-12-11 22:12:39 steve Exp $ =cut @@ -99,7 +99,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.9'; +my $RELEASE = '3.0'; @@ -165,7 +165,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.23 $'; + my $REVISION = '$Revision: 1.24 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xt-install-image b/bin/xt-install-image index d695b79..17d08a1 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -82,7 +82,7 @@ Untar a .tar file into the new installation location. This tarfile is assumed t -- http://www.steve.org.uk/ - $Id: xt-install-image,v 1.42 2006-11-29 23:29:48 steve Exp $ + $Id: xt-install-image,v 1.43 2006-12-11 22:12:39 steve Exp $ =cut @@ -114,7 +114,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.9'; +my $RELEASE = '3.0'; @@ -399,7 +399,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.42 $'; + my $REVISION = '$Revision: 1.43 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1;