Updated with new version info.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22404 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2006-02-02 04:25:07 +00:00
parent 617c3a1119
commit f6cb9eb796
4 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2006-02-01 23:24 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormFilePrefsManager.m
* GormInfo.plist
* Version: Updated with new version information.
2006-02-01 22:08 Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/4Data/GormDateFormatterAttributesInspector.m: Correction

View file

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

View file

@ -14,9 +14,9 @@
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 1.0.4 (Release)";
ApplicationRelease = "Gorm 1.0.5 (Release)";
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 FSF";
CopyrightDescription = "Released under the GNU General Public License 2.0";
NSBuildVersion = "1.0.4 Jan 25 2006";
NSBuildVersion = "1.0.5 Feb 01 2006";
}

View file

@ -11,5 +11,5 @@ GNUSTEP_CORE_VERSION=0.10.0
# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=0
SUBMINOR_VERSION=4
SUBMINOR_VERSION=5
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}