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

Reflects correct date.

This commit is contained in:
freesource 2001-09-11 04:31:17 +00:00
parent e099f86ce8
commit 18498a371a

View File

@ -112,8 +112,8 @@ $main::makefs = "mke2fs -F -m0 -i8192";
# right libraries are copied over to initrd and the size is checked). # right libraries are copied over to initrd and the size is checked).
# I need to remember to edit this # I need to remember to edit this
my $version = "1.2.2"; my $version = "1.2.13";
my $date = "09.03.2000"; my $date = "08.30.2001";
my $gtk_perl_version = "0.7002"; my $gtk_perl_version = "0.7002";
my $pwd = `pwd`; chomp $pwd; my $pwd = `pwd`; chomp $pwd;
my $home_rootfs = "$home/root_filesystem/"; my $home_rootfs = "$home/root_filesystem/";