Release 1.2.28 - Minor fix

This commit is contained in:
Gregory John Casamento 2021-05-09 00:38:00 -04:00
parent f97cfac1c8
commit e843b2a848
2 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@
{
NSName = "GSStoryboardFileType";
NSHumanReadableName = "Cocoa Storyboard";
NSRole = Editor;
NSRole = Viewer;
NSDocumentClass = GormDocument;
NSUnixExtensions = ( "storyboard" );
NSIcon = "GormFile.tiff";
@ -58,8 +58,8 @@
"Wolfgang Lux <wolfgang.lux@gmail.com>",
"Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>",
"Sergii Stoian <stoyan255@gmail.com>");
Copyright = "Copyright (C) 1999-2020 FSF";
Copyright = "Copyright (C) 1999-2021 FSF";
CopyrightDescription = "Released under the GNU General Public License 3.0";
NSBuildVersion = "1.2.26 Apr 14 2020";
NSBuildVersion = "1.2.28 May 9 2021";
GSDesktopInstallationDomain=SYSTEM;
}

View file

@ -3,10 +3,10 @@
# Compatible with Bourne shell syntax, so it can included there too.
# The minimum gcc version required to compile the library.
GNUSTEP_GCC=3.3.0
GNUSTEP_GCC=4.3.0
# GNUstep GUI version required
GNUSTEP_CORE_VERSION=0.25.0
GNUSTEP_CORE_VERSION=0.29.0
# The version number of this release.
MAJOR_VERSION=1