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

Getting ready for release.

This commit is contained in:
freesource 2001-12-22 19:02:03 +00:00
parent 4142c30671
commit b2e4321c19
2 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@ my $uml_xterm = "xterm -e";
# I need to remember to edit this # I need to remember to edit this
# and to update scripts/Debian.yard if # and to update scripts/Debian.yard if
# make_debian has been changed. # make_debian has been changed.
my $version = "1.3.0"; my $version = "1.3.1";
my $date = "12.12.2001"; my $date = "12.23.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/";

View File

@ -44,7 +44,7 @@ use File::Find;
my $user_home = "/home/mttrader"; my $user_home = "/home/mttrader";
my $prog = "gbootroot"; my $prog = "gbootroot";
my $prog_real_name = "gbootroot"; my $prog_real_name = "/BootRoot/BootRoot";
my $revision = 1; my $revision = 1;
my $dist = "unstable"; my $dist = "unstable";
my $urgency = "low"; my $urgency = "low";