Bump CVS application version.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20816 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-03-01 01:04:54 +00:00
parent eaf814b07d
commit c284b32f12
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2005-02-28 20:13 Gregory John Casamento <greg_casamento@yahoo.com>
* GormFilePrefsManager.m
* GormInfo.plist: Bump application version in CVS.
2005-02-28 19:53 Gregory John Casamento <greg_casamento@yahoo.com>
* Version 0.9.2

View file

@ -83,7 +83,7 @@ NSString *formatVersion(int version)
+ (int) currentVersion
{
return appVersion(0,9,2);
return appVersion(0,9,3);
}
- (void) awakeFromNib

View file

@ -14,9 +14,9 @@
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 0.9.2 (Release)";
ApplicationRelease = "Gorm 0.9.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, 2005 FSF";
CopyrightDescription = "Released under the GNU General Public License 2.0";
NSBuildVersion = "0.9.2 Feb 28 2005";
NSBuildVersion = "0.9.3 Feb 28 2005";
}