diff --git a/Makefile b/Makefile index 26f23e6..f03802a 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,14 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.81 2006-09-22 17:13:36 steve Exp $ +# $Id: Makefile,v 1.82 2006-10-12 23:08:21 steve Exp $ # # Only used to build distribution tarballs. # DIST_PREFIX = /tmp -VERSION = 2.6 +VERSION = 2.7 BASE = xen-tools diff --git a/bin/xen-create-image b/bin/xen-create-image index c0c1f21..2c2b098 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -498,7 +498,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.99 2006-10-12 23:06:43 steve Exp $ + $Id: xen-create-image,v 1.100 2006-10-12 23:08:21 steve Exp $ =cut @@ -545,7 +545,7 @@ my $MOUNT_POINT = undef; # # Release number. # -my $RELEASE = '2.6'; +my $RELEASE = '2.7'; @@ -1020,7 +1020,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.99 $'; + my $REVISION = '$Revision: 1.100 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-delete-image b/bin/xen-delete-image index fdd511f..3c5c6e7 100755 --- a/bin/xen-delete-image +++ b/bin/xen-delete-image @@ -124,7 +124,7 @@ Specify the EVMS container where images were previously saved. -- http://www.steve.org.uk/ - $Id: xen-delete-image,v 1.20 2006-10-11 16:52:53 steve Exp $ + $Id: xen-delete-image,v 1.21 2006-10-12 23:08:21 steve Exp $ =cut @@ -159,7 +159,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.6'; +my $RELEASE = '2.7'; @@ -314,7 +314,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.20 $'; + my $REVISION = '$Revision: 1.21 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-list-images b/bin/xen-list-images index e4e7978..30c45c5 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.16 2006-09-11 15:57:57 steve Exp $ + $Id: xen-list-images,v 1.17 2006-10-12 23:08:21 steve Exp $ =cut @@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen"; # # Release number. # -my $RELEASE = '2.6'; +my $RELEASE = '2.7'; @@ -240,7 +240,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.16 $'; + my $REVISION = '$Revision: 1.17 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-update-image b/bin/xen-update-image index f62d68a..a9cd89f 100755 --- a/bin/xen-update-image +++ b/bin/xen-update-image @@ -86,7 +86,7 @@ Specify the EVMS container which contains the image(s). -- http://www.steve.org.uk/ - $Id: xen-update-image,v 1.13 2006-10-11 16:40:54 steve Exp $ + $Id: xen-update-image,v 1.14 2006-10-12 23:08:21 steve Exp $ =cut @@ -121,7 +121,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.6'; +my $RELEASE = '2.7'; # @@ -383,7 +383,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.13 $'; + my $REVISION = '$Revision: 1.14 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index 3635a1a..7c62454 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.21 2006-10-11 16:40:54 steve Exp $ + $Id: xt-create-xen-config,v 1.22 2006-10-12 23:08:21 steve Exp $ =cut @@ -137,7 +137,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl'; # # Release number. # -my $RELEASE = '2.6'; +my $RELEASE = '2.7'; @@ -203,7 +203,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.21 $'; + my $REVISION = '$Revision: 1.22 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xt-customize-image b/bin/xt-customize-image index 8965b09..286215c 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.19 2006-09-11 15:57:57 steve Exp $ + $Id: xt-customize-image,v 1.20 2006-10-12 23:08:21 steve Exp $ =cut @@ -99,7 +99,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.6'; +my $RELEASE = '2.7'; @@ -165,7 +165,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/xt-install-image b/bin/xt-install-image index 4b4487f..5f5e21a 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -80,7 +80,7 @@ Install the distribution specified by the B<--dist> argument using the debootstr -- http://www.steve.org.uk/ - $Id: xt-install-image,v 1.36 2006-09-11 15:57:57 steve Exp $ + $Id: xt-install-image,v 1.37 2006-10-12 23:08:21 steve Exp $ =cut @@ -112,7 +112,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.6'; +my $RELEASE = '2.7'; @@ -379,7 +379,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.36 $'; + my $REVISION = '$Revision: 1.37 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1;