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