Bumping minor version...

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17985 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-10-28 05:26:00 +00:00
parent d23519ef81
commit 59d2714868

4
Gorm.m
View file

@ -519,9 +519,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.4.6 (Beta)" [dict setObject: @"Gorm 0.4.7 (Beta)"
forKey: @"ApplicationRelease"]; forKey: @"ApplicationRelease"];
[dict setObject: @"0.4.6 Oct 25 2003" [dict setObject: @"0.4.7 Oct 28 2003"
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>",