Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Jan 5, 2025
1 parent f6d8c39 commit f39a264
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Applications/Gorm/GormInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 1.4.0 (Unreleased)";
ApplicationRelease = "Gorm 1.5.0 (Unreleased)";
Authors = ("Gregory John Casamento <greg.casamento@gmail.com>",
"Adam Fedor <fedor@gnu.org>",
"Richard Frith-Macdonald <rfm@gnu.org>",
Expand All @@ -63,6 +63,6 @@
"Sergii Stoian <stoyan255@gmail.com>");
Copyright = "Copyright (C) 1999-2023 FSF";
CopyrightDescription = "Released under the GNU General Public License 3.0";
NSBuildVersion = "1.4.0";
NSBuildVersion = "1.5.0";
GSDesktopInstallationDomain=SYSTEM;
}
2 changes: 1 addition & 1 deletion GormCore/GormFilePrefsManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ - (void) dealloc

+ (int) currentVersion
{
return appVersion(1,4,0);
return appVersion(1, 5, 0);
}

- (void) awakeFromNib
Expand Down
5 changes: 2 additions & 3 deletions Version
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@

# This file is included in various Makefile's to get version information.
# Compatible with Bourne shell syntax, so it can included there too.

# The minimum gcc version required to compile the library.
GNUSTEP_GCC=4.3.0

# GNUstep GUI version required
GNUSTEP_CORE_VERSION=0.30.0
GNUSTEP_CORE_VERSION=0.31.1

# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=4
MINOR_VERSION=5
SUBMINOR_VERSION=0
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}

0 comments on commit f39a264

Please sign in to comment.