From 9da8b0aaf6d4a815775022675e777c66ea61accf Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Mon, 20 Feb 2012 01:04:49 +0000 Subject: [PATCH] Bump version number to indicate unstable svn version. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34787 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ GormCore/GormFilePrefsManager.m | 2 +- GormInfo.plist | 4 ++-- Version | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b5570075..70d0ef9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-02-19 18:58-EST Gregory John Casamento + + * Version + * GormInfo.plist + * GormCore/GormFilePrefs.m: Update version information. + 2012-02-15 17:59-EST Gregory John Casamento * GormCore/GormPrivate.m: Remove poseAs: override. Fix for diff --git a/GormCore/GormFilePrefsManager.m b/GormCore/GormFilePrefsManager.m index 8d23512f..86e0ba31 100644 --- a/GormCore/GormFilePrefsManager.m +++ b/GormCore/GormFilePrefsManager.m @@ -85,7 +85,7 @@ NSString *formatVersion(int version) + (int) currentVersion { - return appVersion(1,2,16); + return appVersion(1,2,17); } - (void) awakeFromNib diff --git a/GormInfo.plist b/GormInfo.plist index 54d532f6..edc29553 100644 --- a/GormInfo.plist +++ b/GormInfo.plist @@ -42,13 +42,13 @@ ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller"; ApplicationIcon = "Gorm.tiff"; ApplicationName = "Gorm"; - ApplicationRelease = "Gorm 1.2.16 (Release)"; + ApplicationRelease = "Gorm 1.2.17 (SVN)"; Authors = ("Gregory John Casamento ", "Adam Fedor ", "Richard Frith-Macdonald ", "Wolfgang Lux ", "Pierre-Yves Rivaille "); - Copyright = "Copyright (C) 1999-2010 FSF"; + Copyright = "Copyright (C) 1999-2012 FSF"; CopyrightDescription = "Released under the GNU General Public License 3.0"; NSBuildVersion = "1.2.16 February 6 2012"; GSDesktopInstallationDomain=SYSTEM; diff --git a/Version b/Version index 6d0eea94..4e39b078 100644 --- a/Version +++ b/Version @@ -11,5 +11,5 @@ GNUSTEP_CORE_VERSION=0.23.0 # The version number of this release. MAJOR_VERSION=1 MINOR_VERSION=2 -SUBMINOR_VERSION=16 +SUBMINOR_VERSION=17 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}