mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
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:
parent
d8ffaf103a
commit
e1f767c200
3 changed files with 8 additions and 3 deletions
|
@ -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>
|
2006-05-01 07:45 David Ayers <d.ayers@inode.at>
|
||||||
|
|
||||||
* Palettes/3Containers/GormNSTableView.m
|
* Palettes/3Containers/GormNSTableView.m
|
||||||
|
|
|
@ -83,7 +83,7 @@ NSString *formatVersion(int version)
|
||||||
|
|
||||||
+ (int) currentVersion
|
+ (int) currentVersion
|
||||||
{
|
{
|
||||||
return appVersion(1,0,6);
|
return appVersion(1,0,7);
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) awakeFromNib
|
- (void) awakeFromNib
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
|
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
|
||||||
ApplicationIcon = "Gorm.tiff";
|
ApplicationIcon = "Gorm.tiff";
|
||||||
ApplicationName = "Gorm";
|
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>");
|
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";
|
Copyright = "Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 FSF";
|
||||||
CopyrightDescription = "Released under the GNU General Public License 2.0";
|
CopyrightDescription = "Released under the GNU General Public License 2.0";
|
||||||
NSBuildVersion = "1.0.6 Apr 8 2006";
|
NSBuildVersion = "1.0.7 May 15 2006";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue