diff --git a/Framework/GNUmakefile b/Framework/GNUmakefile index c5f2275..3e84bef 100644 --- a/Framework/GNUmakefile +++ b/Framework/GNUmakefile @@ -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 diff --git a/GNUmakefile b/GNUmakefile index 8a8afa0..0256bcb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 diff --git a/Resources/Info-gnustep.plist b/Resources/Info-gnustep.plist index 6bf32ac..b0aed1c 100644 --- a/Resources/Info-gnustep.plist +++ b/Resources/Info-gnustep.plist @@ -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"; }