diff --git a/Makefile b/Makefile index 4db0ced..d03113c 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,14 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.78 2006-08-24 20:35:31 steve Exp $ +# $Id: Makefile,v 1.79 2006-08-27 21:31:30 steve Exp $ # # Only used to build distribution tarballs. # DIST_PREFIX = /tmp -VERSION = 2.4 +VERSION = 2.5 BASE = xen-tools diff --git a/bin/xen-create-image b/bin/xen-create-image index 533908b..efa11c2 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -454,7 +454,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.90 2006-08-27 21:30:26 steve Exp $ + $Id: xen-create-image,v 1.91 2006-08-27 21:31:30 steve Exp $ =cut @@ -501,7 +501,7 @@ my $MOUNT_POINT = undef; # # Release number. # -my $RELEASE = '2.4'; +my $RELEASE = '2.5'; @@ -961,7 +961,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.90 $'; + my $REVISION = '$Revision: 1.91 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-delete-image b/bin/xen-delete-image index 6fd3a1b..6d968bb 100755 --- a/bin/xen-delete-image +++ b/bin/xen-delete-image @@ -102,7 +102,7 @@ Specify the LVM volume group where images were previously saved. -- http://www.steve.org.uk/ - $Id: xen-delete-image,v 1.16 2006-08-22 20:06:42 steve Exp $ + $Id: xen-delete-image,v 1.17 2006-08-27 21:31:30 steve Exp $ =cut @@ -137,7 +137,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.4'; +my $RELEASE = '2.5'; @@ -291,7 +291,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.16 $'; + my $REVISION = '$Revision: 1.17 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xen-list-images b/bin/xen-list-images index 4886c27..504922a 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.14 2006-08-22 20:06:42 steve Exp $ + $Id: xen-list-images,v 1.15 2006-08-27 21:31:30 steve Exp $ =cut @@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen"; # # Release number. # -my $RELEASE = '2.4'; +my $RELEASE = '2.5'; @@ -240,7 +240,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.14 $'; + my $REVISION = '$Revision: 1.15 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xen-update-image b/bin/xen-update-image index 63d0ee4..06927da 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.10 2006-08-22 20:06:42 steve Exp $ + $Id: xen-update-image,v 1.11 2006-08-27 21:31:30 steve Exp $ =cut @@ -117,7 +117,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.4'; +my $RELEASE = '2.5'; # @@ -354,7 +354,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.10 $'; + my $REVISION = '$Revision: 1.11 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/bin/xt-create-xen-config b/bin/xt-create-xen-config index c221ac6..c916334 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.18 2006-08-22 20:06:42 steve Exp $ + $Id: xt-create-xen-config,v 1.19 2006-08-27 21:31:30 steve Exp $ =cut @@ -137,7 +137,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl'; # # Release number. # -my $RELEASE = '2.4'; +my $RELEASE = '2.5'; @@ -203,7 +203,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.18 $'; + my $REVISION = '$Revision: 1.19 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xt-customize-image b/bin/xt-customize-image index 3e18ae4..d4016d7 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.17 2006-08-22 20:06:42 steve Exp $ + $Id: xt-customize-image,v 1.18 2006-08-27 21:31:30 steve Exp $ =cut @@ -99,7 +99,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.4'; +my $RELEASE = '2.5'; @@ -165,7 +165,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.17 $'; + my $REVISION = '$Revision: 1.18 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; diff --git a/bin/xt-install-image b/bin/xt-install-image index bdf0d44..775904c 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.33 2006-08-24 12:43:06 steve Exp $ + $Id: xt-install-image,v 1.34 2006-08-27 21:31:30 steve Exp $ =cut @@ -112,7 +112,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '2.4'; +my $RELEASE = '2.5'; # @@ -275,7 +275,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.33 $'; + my $REVISION = '$Revision: 1.34 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1;