Move to SVN 1.2.5.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26439 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2008-04-07 23:01:07 +00:00
parent 869f0eea88
commit de80c16c94
4 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2008-04-07 18:59-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormFilePrefsManager.m
* GormInfo.plist
* Version: Moved to version 1.2.5.
2008-04-06 22:09-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* Version: 1.2.4

View file

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

View file

@ -38,5 +38,5 @@
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";
CopyrightDescription = "Released under the GNU General Public License 3.0";
NSBuildVersion = "1.2.4 Apr 6 2008";
NSBuildVersion = "1.2.5 Apr 7 2008";
}

View file

@ -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}