Updating to 1.0.2 after release.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22047 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-11-20 05:55:37 +00:00
parent e650c71898
commit 97532b8646
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -14,9 +14,9 @@
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 1.0.1 (Release)";
ApplicationRelease = "Gorm 1.0.2 (CVS)";
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.1 Nov 19 2005";
NSBuildVersion = "1.0.2 Nov 20 2005";
}

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=1
SUBMINOR_VERSION=2
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}