Update version numbers

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@40026 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2016-07-19 17:08:46 +00:00
parent 5b3aea19db
commit 2ef9a6d656
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -50,6 +50,6 @@
"Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>");
Copyright = "Copyright (C) 1999-2015 FSF";
CopyrightDescription = "Released under the GNU General Public License 3.0";
NSBuildVersion = "1.2.22 May 20 2015";
NSBuildVersion = "1.2.23 Jul 19 2016";
GSDesktopInstallationDomain=SYSTEM;
}