diff --git a/Makefile b/Makefile index 7815d29..163a9cc 100644 --- a/Makefile +++ b/Makefile @@ -5,14 +5,14 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.47 2006-06-09 09:22:57 steve Exp $ +# $Id: Makefile,v 1.48 2006-06-09 09:27:33 steve Exp $ # # Only used to build distribution tarballs. # DIST_PREFIX = /tmp -VERSION = 1.5 +VERSION = 1.6 BASE = xen-tools diff --git a/xen-create-image b/xen-create-image index 6f66cf9..5d8fa80 100755 --- a/xen-create-image +++ b/xen-create-image @@ -461,7 +461,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.130 2006-06-07 09:37:27 steve Exp $ + $Id: xen-create-image,v 1.131 2006-06-09 09:27:33 steve Exp $ =cut @@ -517,7 +517,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '1.5'; +my $RELEASE = '1.6'; @@ -1060,7 +1060,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.130 $'; + my $REVISION = '$Revision: 1.131 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-delete-image b/xen-delete-image index f62dca2..a9a8bbf 100755 --- a/xen-delete-image +++ b/xen-delete-image @@ -79,7 +79,7 @@ Specify the LVM volume where images were previously saved. -- http://www.steve.org.uk/ - $Id: xen-delete-image,v 1.32 2006-06-07 09:37:27 steve Exp $ + $Id: xen-delete-image,v 1.33 2006-06-09 09:27:33 steve Exp $ =cut @@ -114,7 +114,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '1.5'; +my $RELEASE = '1.6'; @@ -290,7 +290,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.32 $'; + my $REVISION = '$Revision: 1.33 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-duplicate-image b/xen-duplicate-image index 1ced1d5..bb096a8 100755 --- a/xen-duplicate-image +++ b/xen-duplicate-image @@ -122,7 +122,7 @@ Specify the LVM volume where images are to go -- http://www.steve.org.uk/ - $Id: xen-duplicate-image,v 1.34 2006-06-07 09:37:27 steve Exp $ + $Id: xen-duplicate-image,v 1.35 2006-06-09 09:27:33 steve Exp $ =cut @@ -171,7 +171,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '1.5'; +my $RELEASE = '1.6'; # @@ -461,7 +461,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.34 $'; + my $REVISION = '$Revision: 1.35 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-list-images b/xen-list-images index 61fefa1..6a854c4 100755 --- a/xen-list-images +++ b/xen-list-images @@ -94,7 +94,7 @@ Specify the LVM volume where images are located -- http://www.steve.org.uk/ - $Id: xen-list-images,v 1.28 2006-06-07 09:37:27 steve Exp $ + $Id: xen-list-images,v 1.29 2006-06-09 09:27:33 steve Exp $ =cut @@ -129,7 +129,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '1.5'; +my $RELEASE = '1.6'; @@ -320,7 +320,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.28 $'; + my $REVISION = '$Revision: 1.29 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { diff --git a/xen-update-image b/xen-update-image index 6b7dd5f..0e42dd2 100755 --- a/xen-update-image +++ b/xen-update-image @@ -83,7 +83,7 @@ Specify the LVM volume where images are located. -- http://www.steve.org.uk/ - $Id: xen-update-image,v 1.28 2006-06-07 09:37:27 steve Exp $ + $Id: xen-update-image,v 1.29 2006-06-09 09:27:33 steve Exp $ =cut @@ -118,7 +118,7 @@ my %CONFIG; # # Release number. # -my $RELEASE = '1.5'; +my $RELEASE = '1.6'; # @@ -337,7 +337,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.28 $'; + my $REVISION = '$Revision: 1.29 $'; if ( $REVISION =~ /1.([0-9.]+) / ) {