From 10e5776dd96ebcef282293b256dee1bc2f854814 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Fri, 4 Sep 1998 05:50:31 +0000 Subject: Added in NGLayout stuff. (gotta come up with a better way of tweaking these tables!) --- makeversiontable.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'makeversiontable.sh') diff --git a/makeversiontable.sh b/makeversiontable.sh index 4e3c18606..3220eb63b 100755 --- a/makeversiontable.sh +++ b/makeversiontable.sh @@ -42,6 +42,7 @@ insert into versions (value, program) values ("1998-06-03", "Mozilla"); insert into versions (value, program) values ("1998-07-28", "Mozilla"); insert into versions (value, program) values ("1.0", "Bugzilla"); insert into versions (value, program) values ("other", "Bugzilla"); +insert into versions (value, program) values ("other", "NGLayout"); select * from versions; -- cgit v1.2.3-24-g4f1b