mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
5ff1de398e
treat Forge like an entirely new program, and not as a port. I'll still be using many of the ideas from QuakeEd (and from my old Forge work), but there's no promise that it'll be a duplicate, or even similar.
11 lines
515 B
Text
11 lines
515 B
Text
{
|
|
ApplicationDescription = "A map editor for QuakeForge";
|
|
ApplicationIcon = "Forge.tiff";
|
|
ApplicationName = Forge;
|
|
ApplicationRelease = "0.1.0 (Development)";
|
|
Authors = ("Jeff Teunissen <deek@quakeforge.net>", "Bill Currie <taniwha@quakeforge.net>");
|
|
Copyright = "Copyright (C) 2002 Dusk To Dawn Computing";
|
|
CopyrightDescription = "This program is released under the GNU General Public License";
|
|
FullVersionID = "0.1.0 (Development)";
|
|
URL = "http://www.quakeforge.net/Forge/";
|
|
}
|