1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

Updated the version to 1.2.14 and date.

This commit is contained in:
freesource 2001-10-24 06:51:14 +00:00
parent 4acfa256d8
commit 50cc0e4ded

View File

@ -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/";