From a6581561f65e620c849f614f4a4ebbb69aaa7800 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sat, 31 Jan 2004 04:47:36 +0000 Subject: [PATCH] Updating version. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18512 72102866-910b-0410-8b05-ffd578937521 --- Gorm.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gorm.m b/Gorm.m index 139bf912..b6fdddbd 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.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 ", @"Richard Frith-Macdonald ",