mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Bumping version.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20386 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bc8ec60a05
commit
2543fee8fb
2 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ NSString *formatVersion(int version)
|
|||
|
||||
+ (int) currentVersion
|
||||
{
|
||||
return appVersion(0,8,2);
|
||||
return appVersion(0,8,3);
|
||||
}
|
||||
|
||||
- (void) awakeFromNib
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
|
||||
ApplicationIcon = "Gorm.tiff";
|
||||
ApplicationName = "Gorm";
|
||||
ApplicationRelease = "Gorm 0.8.2 (Alpha)";
|
||||
ApplicationRelease = "Gorm 0.8.3 (Alpha)";
|
||||
Authors = ("Gregory John Casamento <greg_casamento@yahoo.com>","Richard Frith-Macdonald <rfm@gnu.org>","Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>");
|
||||
Copyright = "Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 FSF";
|
||||
CopyrightDescription = "Released under the GNU General Public License 2.0";
|
||||
NSBuildVersion = "0.8.2 Nov 7 2004";
|
||||
NSBuildVersion = "0.8.3 Nov 27 2004";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue