mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Updated version information
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17214 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9b150d6e34
commit
bb1ae37e31
2 changed files with 3 additions and 3 deletions
2
Gorm.m
2
Gorm.m
|
@ -1032,7 +1032,7 @@ static NSButtonType _buttonTypeForObject( id button )
|
|||
forKey: @"ApplicationDescription"];
|
||||
[d setObject: @"Gorm 0.3.0"
|
||||
forKey: @"ApplicationRelease"];
|
||||
[d setObject: @"0.2.5 Dec 2002"
|
||||
[d setObject: @"0.3.0 Jul 2003"
|
||||
forKey: @"FullVersionID"];
|
||||
[d setObject: [NSArray arrayWithObjects: @"Gregory John Casamento <greg_casamento@yahoo.com>",
|
||||
@"Richard Frith-Macdonald <rfm@gnu.org>",
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
ApplicationDescription = "Gorm";
|
||||
ApplicationIcon = "Gorm.tiff";
|
||||
ApplicationName = "Gorm";
|
||||
ApplicationRelease = "0.2.5";
|
||||
ApplicationRelease = "0.3.0";
|
||||
Authors = ();
|
||||
Copyright = "Copyright (C) 1999-2001 FSF";
|
||||
CopyrightDescription = "Released under the GNU GPL";
|
||||
FullVersionID = "0.2.5";
|
||||
FullVersionID = "0.3.0";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue