Comitting final changes for 0.6.0 release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18572 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-02-10 03:21:56 +00:00
parent fa1fb6fd0d
commit ef8eb0fca0
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-02-09 22:24 Gregory John Casamento <greg_casamento@yahoo.com>
* Version 0.6.0
2004-02-08 11:43 Gregory John Casamento <greg_casamento@yahoo.com> 2004-02-08 11:43 Gregory John Casamento <greg_casamento@yahoo.com>
* ClassInformation.plist: Added change to NSWindow entry suggested * ClassInformation.plist: Added change to NSWindow entry suggested

4
Gorm.m
View file

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