* GormCore/GormFilePrefsManager.m

* GormInfo.plist: Change version to 1.2.9 (SVN) unstable.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27682 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-01-25 11:52:45 +00:00
parent 2135f76a59
commit 1ccf166c4b
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2009-01-25 07:00-EST Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormFilePrefsManager.m
* GormInfo.plist: Change version to 1.2.9 (SVN) unstable.
2009-01-25 06:50-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/0Menus/GormMenuEditor.m: Display the in certain situations.

View file

@ -85,7 +85,7 @@ NSString *formatVersion(int version)
+ (int) currentVersion
{
return appVersion(1,2,8);
return appVersion(1,2,9);
}
- (void) awakeFromNib

View file

@ -34,9 +34,9 @@
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 1.2.8 (Release)";
ApplicationRelease = "Gorm 1.2.9 (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, 2007, 2008 FSF";
Copyright = "Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 FSF";
CopyrightDescription = "Released under the GNU General Public License 3.0";
NSBuildVersion = "1.2.8 Dec 26 2008";
NSBuildVersion = "1.2.9 Jan 25 2009";
}