Update 1.0.7.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22934 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2006-05-16 01:29:26 +00:00
parent d8ffaf103a
commit e1f767c200
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2006-05-15 21:28 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormFilePrefsManager.m
* GormInfo.plist: Update to 1.0.7.
2006-05-01 07:45 David Ayers <d.ayers@inode.at>
* Palettes/3Containers/GormNSTableView.m

View file

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

View file

@ -22,9 +22,9 @@
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 1.0.6 (Release)";
ApplicationRelease = "Gorm 1.0.7 (SVN)";
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, 2006 FSF";
CopyrightDescription = "Released under the GNU General Public License 2.0";
NSBuildVersion = "1.0.6 Apr 8 2006";
NSBuildVersion = "1.0.7 May 15 2006";
}