Updated version information

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17214 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-07-15 04:26:46 +00:00
parent 9b150d6e34
commit bb1ae37e31
2 changed files with 3 additions and 3 deletions

2
Gorm.m
View file

@ -1032,7 +1032,7 @@ static NSButtonType _buttonTypeForObject( id button )
forKey: @"ApplicationDescription"]; forKey: @"ApplicationDescription"];
[d setObject: @"Gorm 0.3.0" [d setObject: @"Gorm 0.3.0"
forKey: @"ApplicationRelease"]; forKey: @"ApplicationRelease"];
[d setObject: @"0.2.5 Dec 2002" [d setObject: @"0.3.0 Jul 2003"
forKey: @"FullVersionID"]; forKey: @"FullVersionID"];
[d setObject: [NSArray arrayWithObjects: @"Gregory John Casamento <greg_casamento@yahoo.com>", [d setObject: [NSArray arrayWithObjects: @"Gregory John Casamento <greg_casamento@yahoo.com>",
@"Richard Frith-Macdonald <rfm@gnu.org>", @"Richard Frith-Macdonald <rfm@gnu.org>",

View file

@ -14,9 +14,9 @@
ApplicationDescription = "Gorm"; ApplicationDescription = "Gorm";
ApplicationIcon = "Gorm.tiff"; ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm"; ApplicationName = "Gorm";
ApplicationRelease = "0.2.5"; ApplicationRelease = "0.3.0";
Authors = (); Authors = ();
Copyright = "Copyright (C) 1999-2001 FSF"; Copyright = "Copyright (C) 1999-2001 FSF";
CopyrightDescription = "Released under the GNU GPL"; CopyrightDescription = "Released under the GNU GPL";
FullVersionID = "0.2.5"; FullVersionID = "0.3.0";
} }