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
This commit is contained in:
Gregory John Casamento 2012-02-20 01:04:49 +00:00
parent d856f0eb5e
commit 9da8b0aaf6
4 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2012-02-19 18:58-EST Gregory John Casamento <greg.casamento@gmail.com>
* Version
* GormInfo.plist
* GormCore/GormFilePrefs.m: Update version information.
2012-02-15 17:59-EST Gregory John Casamento <greg.casamento@gmail.com>
* GormCore/GormPrivate.m: Remove poseAs: override. Fix for

View file

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

View file

@ -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 <greg.casamento@gmail.com>",
"Adam Fedor <fedor@gnu.org>",
"Richard Frith-Macdonald <rfm@gnu.org>",
"Wolfgang Lux <wolfgang.lux@gmail.com>",
"Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>");
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;

View file

@ -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}