mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
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:
parent
5b3aea19db
commit
2ef9a6d656
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ NSString *formatVersion(NSInteger version)
|
|||
|
||||
+ (int) currentVersion
|
||||
{
|
||||
return appVersion(1,2,22);
|
||||
return appVersion(1,2,23);
|
||||
}
|
||||
|
||||
- (void) awakeFromNib
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue