From ef330148fc297f5219600f8c62c532c048ea8e19 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Wed, 7 Oct 1998 04:44:40 +0000 Subject: Added new "Webtools" product. --- makeversiontable.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'makeversiontable.sh') diff --git a/makeversiontable.sh b/makeversiontable.sh index 2e8654779..98e0b52b8 100755 --- a/makeversiontable.sh +++ b/makeversiontable.sh @@ -44,6 +44,7 @@ insert into versions (value, program) values ("1998-09-04", "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"); +insert into versions (value, program) values ("other", "Webtools"); select * from versions; -- cgit v1.2.3-24-g4f1b