mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
617c3a1119
commit
f6cb9eb796
4 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -83,7 +83,7 @@ NSString *formatVersion(int version)
|
|||
|
||||
+ (int) currentVersion
|
||||
{
|
||||
return appVersion(1,0,4);
|
||||
return appVersion(1,0,5);
|
||||
}
|
||||
|
||||
- (void) awakeFromNib
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
2
Version
2
Version
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue