diff --git a/ChangeLog b/ChangeLog index e65cd5f7..fc3f4d23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-07 18:59-EDT Gregory John Casamento + + * GormCore/GormFilePrefsManager.m + * GormInfo.plist + * Version: Moved to version 1.2.5. + 2008-04-06 22:09-EDT Gregory John Casamento * Version: 1.2.4 diff --git a/GormCore/GormFilePrefsManager.m b/GormCore/GormFilePrefsManager.m index 893cd4aa..1e070faf 100644 --- a/GormCore/GormFilePrefsManager.m +++ b/GormCore/GormFilePrefsManager.m @@ -85,7 +85,7 @@ NSString *formatVersion(int version) + (int) currentVersion { - return appVersion(1,2,4); + return appVersion(1,2,5); } - (void) awakeFromNib diff --git a/GormInfo.plist b/GormInfo.plist index bbe9dd64..112f4d3f 100644 --- a/GormInfo.plist +++ b/GormInfo.plist @@ -38,5 +38,5 @@ Authors = ("Gregory John Casamento ","Richard Frith-Macdonald ","Pierre-Yves Rivaille "); Copyright = "Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 FSF"; CopyrightDescription = "Released under the GNU General Public License 3.0"; - NSBuildVersion = "1.2.4 Apr 6 2008"; + NSBuildVersion = "1.2.5 Apr 7 2008"; } diff --git a/Version b/Version index a735e044..16146748 100644 --- a/Version +++ b/Version @@ -11,5 +11,5 @@ GNUSTEP_CORE_VERSION=0.13.0 # The version number of this release. MAJOR_VERSION=1 MINOR_VERSION=2 -SUBMINOR_VERSION=4 +SUBMINOR_VERSION=5 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}