From 50cc0e4ded8f8f652b7124a12c1af36ad81433de Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 24 Oct 2001 06:51:14 +0000 Subject: [PATCH] Updated the version to 1.2.14 and date. --- gbootroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gbootroot b/gbootroot index ff73099..dde482d 100755 --- a/gbootroot +++ b/gbootroot @@ -228,8 +228,8 @@ $main::sudo = "sudo"; # right libraries are copied over to initrd and the size is checked). # I need to remember to edit this -my $version = "1.2.13"; -my $date = "10.08.2001"; +my $version = "1.2.14"; +my $date = "10.24.2001"; my $gtk_perl_version = "0.7002"; my $pwd = `pwd`; chomp $pwd; my $home_rootfs = "$home/root_filesystem/";