From 59506e1d2784a09e80516fe377ea4cd508534b5b Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 26 Dec 2006 00:55:58 +0000 Subject: [PATCH] 2006-12-26 00:55:56 by steve Release 3.1 --- 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 c1860fe..03c0cca 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,14 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.91 2006-12-25 22:56:44 steve Exp $ +# $Id: Makefile,v 1.92 2006-12-26 00:55:56 steve Exp $ # # Only used to build distribution tarballs. # DIST_PREFIX = /tmp -VERSION = 3.0 +VERSION = 3.1 BASE = xen-tools diff --git a/bin/xen-create-image b/bin/xen-create-image index d28de00..73a43c0 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -512,7 +512,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.119 2006-12-25 22:39:35 steve Exp $ + $Id: xen-create-image,v 1.120 2006-12-26 00:55:58 steve Exp $ =cut @@ -559,7 +559,7 @@ my $MOUNT_POINT = undef; # # Release number. # -my $RELEASE = '3.0'; +my $RELEASE = '3.1'; @@ -1108,7 +1108,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.119 $'; + my $REVISION = '$Revision: 1.120 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-delete-image b/bin/xen-delete-image index 9d028d4..0fce0d9 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.26 2006-12-11 22:12:39 steve Exp $ + $Id: xen-delete-image,v 1.27 2006-12-26 00:55:58 steve Exp $ =cut @@ -171,7 +171,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '3.0'; +my $RELEASE = '3.1'; @@ -335,7 +335,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.26 $'; + my $REVISION = '$Revision: 1.27 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-list-images b/bin/xen-list-images index 1e33f22..3ecca1f 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.20 2006-12-11 22:12:39 steve Exp $ + $Id: xen-list-images,v 1.21 2006-12-26 00:55:58 steve Exp $ =cut @@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen"; # # Release number. # -my $RELEASE = '3.0'; +my $RELEASE = '3.1'; @@ -240,7 +240,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.20 $'; + my $REVISION = '$Revision: 1.21 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-update-image b/bin/xen-update-image index 74056e6..c78dddd 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.18 2006-12-11 22:12:39 steve Exp $ + $Id: xen-update-image,v 1.19 2006-12-26 00:55:58 steve Exp $ =cut @@ -122,7 +122,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '3.0'; +my $RELEASE = '3.1'; # @@ -384,7 +384,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.18 $'; + my $REVISION = '$Revision: 1.19 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index 7b752a5..33b3c26 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.28 2006-12-11 22:12:39 steve Exp $ + $Id: xt-create-xen-config,v 1.29 2006-12-26 00:55:58 steve Exp $ =cut @@ -137,7 +137,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl'; # # Release number. # -my $RELEASE = '3.0'; +my $RELEASE = '3.1'; @@ -203,7 +203,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.28 $'; + my $REVISION = '$Revision: 1.29 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xt-customize-image b/bin/xt-customize-image index 809c0c4..d6c536e 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.24 2006-12-11 22:12:39 steve Exp $ + $Id: xt-customize-image,v 1.25 2006-12-26 00:55:58 steve Exp $ =cut @@ -99,7 +99,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '3.0'; +my $RELEASE = '3.1'; @@ -165,7 +165,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.24 $'; + my $REVISION = '$Revision: 1.25 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xt-install-image b/bin/xt-install-image index 17d08a1..b6ebdb4 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.43 2006-12-11 22:12:39 steve Exp $ + $Id: xt-install-image,v 1.44 2006-12-26 00:55:58 steve Exp $ =cut @@ -114,7 +114,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '3.0'; +my $RELEASE = '3.1'; @@ -399,7 +399,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.43 $'; + my $REVISION = '$Revision: 1.44 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1;