Removed some duplicate connections.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21406 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-07-05 00:43:44 +00:00
parent 58f3adfdec
commit 450e7b6f4e
6 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,10 @@
2005-07-04 20:44 Gregory John Casamento <greg_casamento@yahoo.com>
* English.lproj/Gorm.gorm: Cleaned up some duplicate connections
* GormCore/GormFilePrefsManager.m: Updated version to 0.10.2
* GormInfo.plist: Updated version to 0.10.2
* Version: Updated version to 0.10.2
2005-07-04 17:53 Gregory John Casamento <greg_casamento@yahoo.com>
* English.lproj/Gorm.gorm: Added Layout and Alignment menus.

Binary file not shown.

Binary file not shown.

View file

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

View file

@ -14,9 +14,9 @@
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 0.10.1 (Alpha)";
ApplicationRelease = "Gorm 0.10.2 (Alpha)";
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 = "0.10.1 May 20 2005";
NSBuildVersion = "0.10.2 Jul 04 2005";
}

View file

@ -9,6 +9,6 @@ GNUSTEP_CORE_VERSION=0.9.6
# The version number of this release.
MAJOR_VERSION=0
MINOR_VERSION=9
SUBMINOR_VERSION=10
MINOR_VERSION=10
SUBMINOR_VERSION=2
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}