Forgot to update these with the 1.0.0 version.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21903 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-10-29 13:17:16 +00:00
parent 5a7cce4806
commit c4ec40f55b
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2005-10-29 09:09 Gregory John Casamento <greg_casamento@yahoo.com>
* Version 1.0.0
2005-10-29 09:04 Gregory John Casamento <greg_casamento@yahoo.com>
* ANNOUNCE: Updated for 1.0

View file

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

View file

@ -14,9 +14,9 @@
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 0.13.2 (Alpha)";
ApplicationRelease = "Gorm 1.0.0 (Release)";
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.13.2 Aug 18 2005";
NSBuildVersion = "1.0.0 Oct 29 2005";
}