diff --git a/Makefile b/Makefile index bf27fba..d9dff3d 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,14 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.66 2006-06-22 08:05:08 steve Exp $ +# $Id: Makefile,v 1.67 2006-06-23 08:56:32 steve Exp $ # # Only used to build distribution tarballs. # DIST_PREFIX = /tmp -VERSION = 2.0 +VERSION = 2.1 BASE = xen-tools diff --git a/bin/xen-create-image b/bin/xen-create-image index b29a439..b4f156e 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -432,7 +432,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.42 2006-06-22 15:20:36 steve Exp $ + $Id: xen-create-image,v 1.43 2006-06-23 08:56:32 steve Exp $ =cut @@ -478,7 +478,7 @@ my $MOUNT_POINT = undef; # # Release number. # -my $RELEASE = '2.0'; +my $RELEASE = '2.1'; @@ -846,7 +846,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.42 $'; + my $REVISION = '$Revision: 1.43 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-delete-image b/bin/xen-delete-image index 50dcc6d..08232b5 100755 --- a/bin/xen-delete-image +++ b/bin/xen-delete-image @@ -99,7 +99,7 @@ Specify the LVM volume group where images were previously saved. -- http://www.steve.org.uk/ - $Id: xen-delete-image,v 1.9 2006-06-21 16:59:34 steve Exp $ + $Id: xen-delete-image,v 1.10 2006-06-23 08:56:32 steve Exp $ =cut @@ -134,7 +134,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.0'; +my $RELEASE = '2.1'; @@ -284,7 +284,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.9 $'; + my $REVISION = '$Revision: 1.10 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-list-images b/bin/xen-list-images index 6d12c72..f0e669b 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.6 2006-06-20 21:46:08 steve Exp $ + $Id: xen-list-images,v 1.7 2006-06-23 08:56:32 steve Exp $ =cut @@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen"; # # Release number. # -my $RELEASE = '2.0'; +my $RELEASE = '2.1'; @@ -237,7 +237,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.6 $'; + my $REVISION = '$Revision: 1.7 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-update-image b/bin/xen-update-image index 80e85be..caed887 100755 --- a/bin/xen-update-image +++ b/bin/xen-update-image @@ -82,7 +82,7 @@ Specify the LVM volume group which contains the image(s). -- http://www.steve.org.uk/ - $Id: xen-update-image,v 1.4 2006-06-18 18:10:03 steve Exp $ + $Id: xen-update-image,v 1.5 2006-06-23 08:56:32 steve Exp $ =cut @@ -117,7 +117,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.0'; +my $RELEASE = '2.1'; # @@ -348,7 +348,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.4 $'; + my $REVISION = '$Revision: 1.5 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index aeb07bf..980e57e 100755 --- a/bin/xt-create-xen-config +++ b/bin/xt-create-xen-config @@ -57,7 +57,7 @@ xt-create-config - Create a Xen configuration file for a new domain. -- http://www.steve.org.uk/ - $Id: xt-create-xen-config,v 1.9 2006-06-19 12:49:34 steve Exp $ + $Id: xt-create-xen-config,v 1.10 2006-06-23 08:56:32 steve Exp $ =cut @@ -98,7 +98,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl'; # # Release number. # -my $RELEASE = '2.0'; +my $RELEASE = '2.1'; @@ -162,7 +162,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.9 $'; + my $REVISION = '$Revision: 1.10 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-customize-image b/bin/xt-customize-image index d639191..a7c4f81 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.9 2006-06-13 13:21:22 steve Exp $ + $Id: xt-customize-image,v 1.10 2006-06-23 08:56:32 steve Exp $ =cut @@ -99,7 +99,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.0'; +my $RELEASE = '2.1'; @@ -163,7 +163,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.9 $'; + my $REVISION = '$Revision: 1.10 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-install-image b/bin/xt-install-image index 8222056..1419037 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -79,7 +79,7 @@ Install the distribution specified by the B<--dist> argument using the debootstr -- http://www.steve.org.uk/ - $Id: xt-install-image,v 1.15 2006-06-21 19:34:14 steve Exp $ + $Id: xt-install-image,v 1.16 2006-06-23 08:56:32 steve Exp $ =cut @@ -111,7 +111,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.0'; +my $RELEASE = '2.1'; # @@ -233,7 +233,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.15 $'; + my $REVISION = '$Revision: 1.16 $'; if ( $REVISION =~ /1.([0-9.]+) / ) {