diff --git a/ChangeLog b/ChangeLog index b5c4ac34..a0a5eb7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-25 07:00-EST Gregory John Casamento + + * GormCore/GormFilePrefsManager.m + * GormInfo.plist: Change version to 1.2.9 (SVN) unstable. + 2009-01-25 06:50-EST Gregory John Casamento * Palettes/0Menus/GormMenuEditor.m: Display the in certain situations. diff --git a/GormCore/GormFilePrefsManager.m b/GormCore/GormFilePrefsManager.m index 118d4464..c7a5786d 100644 --- a/GormCore/GormFilePrefsManager.m +++ b/GormCore/GormFilePrefsManager.m @@ -85,7 +85,7 @@ NSString *formatVersion(int version) + (int) currentVersion { - return appVersion(1,2,8); + return appVersion(1,2,9); } - (void) awakeFromNib diff --git a/GormInfo.plist b/GormInfo.plist index dc2cc548..b6aece5d 100644 --- a/GormInfo.plist +++ b/GormInfo.plist @@ -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 ","Richard Frith-Macdonald ","Pierre-Yves Rivaille "); - 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"; }