Bump version to reflect minor change.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18109 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-11-23 15:05:07 +00:00
parent 548283c666
commit c6084cc43b

4
Gorm.m
View file

@ -519,9 +519,9 @@ NSString *GormWillDetachObjectFromDocumentNotification = @"GormWillDetachObjectF
forKey: @"ApplicationName"];
[dict setObject: @"[GNUstep | Graphical] Object Relationship Modeller"
forKey: @"ApplicationDescription"];
[dict setObject: @"Gorm 0.4.9 (Beta)"
[dict setObject: @"Gorm 0.4.10 (Beta)"
forKey: @"ApplicationRelease"];
[dict setObject: @"0.4.9 Nov 11 2003"
[dict setObject: @"0.4.10 Nov 23 2003"
forKey: @"FullVersionID"];
[dict setObject: [NSArray arrayWithObjects: @"Gregory John Casamento <greg_casamento@yahoo.com>",
@"Richard Frith-Macdonald <rfm@gnu.org>",