Updating version.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18512 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-01-31 04:47:36 +00:00
parent 04a1e1aa59
commit a6581561f6

4
Gorm.m
View file

@ -529,9 +529,9 @@ NSString *GormWillDetachObjectFromDocumentNotification = @"GormWillDetachObjectF
forKey: @"ApplicationName"];
[dict setObject: @"[GNUstep | Graphical] Object Relationship Modeller"
forKey: @"ApplicationDescription"];
[dict setObject: @"Gorm 0.5.4 (Beta)"
[dict setObject: @"Gorm 0.6.0 (Beta)"
forKey: @"ApplicationRelease"];
[dict setObject: @"0.5.4 Jan 06 2004"
[dict setObject: @"0.6.0 Jan 30 2004"
forKey: @"FullVersionID"];
[dict setObject: [NSArray arrayWithObjects: @"Gregory John Casamento <greg_casamento@yahoo.com>",
@"Richard Frith-Macdonald <rfm@gnu.org>",