diff --git a/ChangeLog b/ChangeLog index 41b1a16c..51259a34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-09 22:24 Gregory John Casamento + + * Version 0.6.0 + 2004-02-08 11:43 Gregory John Casamento * ClassInformation.plist: Added change to NSWindow entry suggested diff --git a/Gorm.m b/Gorm.m index 109eb66b..2ecd2d21 100644 --- a/Gorm.m +++ b/Gorm.m @@ -529,9 +529,9 @@ NSString *GormWillDetachObjectFromDocumentNotification = @"GormWillDetachObjectF forKey: @"ApplicationName"]; [dict setObject: @"[GNUstep | Graphical] Object Relationship Modeller" forKey: @"ApplicationDescription"]; - [dict setObject: @"Gorm 0.6.0 (Beta)" + [dict setObject: @"Gorm 0.6.0 (Release)" forKey: @"ApplicationRelease"]; - [dict setObject: @"0.6.0 Feb 08 2004" + [dict setObject: @"0.6.0 Feb 09 2004" forKey: @"FullVersionID"]; [dict setObject: [NSArray arrayWithObjects: @"Gregory John Casamento ", @"Richard Frith-Macdonald ",