mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-14 07:31:27 +00:00
bump version
This commit is contained in:
parent
beb93d83e3
commit
8c3ebba096
3 changed files with 5 additions and 5 deletions
|
@ -7,9 +7,9 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
#
|
||||
# Framework
|
||||
#
|
||||
VERSION = 0.6.2
|
||||
VERSION = 0.7.0
|
||||
FRAMEWORK_NAME = ProjectCenter
|
||||
ProjectCenter_CURRENT_VERSION_NAME = 0.6.2
|
||||
ProjectCenter_CURRENT_VERSION_NAME = 0.7.0
|
||||
ProjectCenter_DEPLOY_WITH_CURRENT_VERSION = yes
|
||||
ProjectCenter_HEADER_FILES_DIR = ../Headers/ProjectCenter
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
#
|
||||
# Main application
|
||||
#
|
||||
VERSION = 0.6.2
|
||||
VERSION = 0.7.0
|
||||
APP_NAME = ProjectCenter
|
||||
ProjectCenter_APPLICATION_ICON = Images/ProjectCenter.tiff
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
ApplicationName = "ProjectCenter";
|
||||
ApplicationDescription = "GNUstep Integrated Development Environment";
|
||||
ApplicationIcon = "ProjectCenter.tiff";
|
||||
ApplicationRelease = "0.6.2";
|
||||
ApplicationRelease = "0.7.0";
|
||||
FullVersionID = "HEAD";
|
||||
Authors = (
|
||||
"Philippe C.D. Robert",
|
||||
|
@ -72,6 +72,6 @@
|
|||
}
|
||||
);
|
||||
URL = "See http://www.gnustep.org/";
|
||||
Copyright = "Copyright (C) 1999 - 2015 Free Software Foundation";
|
||||
Copyright = "Copyright (C) 1999 - 2021 Free Software Foundation";
|
||||
CopyrightDescription = "Released under the GNU General Public License 3.0 or later";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue