From c4abd9bf4ad9a894a2301f556e22fd91d0572f6c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 11 Sep 2009 03:09:57 +0200 Subject: [PATCH] Adjust programm version in script --- grml-debootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grml-debootstrap b/grml-debootstrap index 7d6d6a3..3cf7612 100755 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -11,7 +11,7 @@ set -e # exit on any error # variables {{{ PN="$(basename $0)" -VERSION='0.28' +VERSION='0.30' MNTPOINT="/mnt/debootstrap.$$" # inside the chroot system locales might not be available, so use minimum: -- 2.1.4