From 4ea8d5e92901b25000efbc37b1ecae1561832966 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 18 Mar 2019 16:20:35 +0200 Subject: Fix copyright year in editor about dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6405aadff46da40f5c92ff21d07e764197313329 Reviewed-by: Tomi Korpipää --- src/Authoring/Studio/Application/StudioDefs.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Authoring/Studio/Application/StudioDefs.h b/src/Authoring/Studio/Application/StudioDefs.h index 40f69429..0ee45b2c 100644 --- a/src/Authoring/Studio/Application/StudioDefs.h +++ b/src/Authoring/Studio/Application/StudioDefs.h @@ -27,18 +27,11 @@ ** ****************************************************************************/ -//============================================================================== -// Prefix -//============================================================================== #ifndef STUDIO_DEFINITIONS_H #define STUDIO_DEFINITIONS_H 1 // NOTE: no #pragma once otherwise Mac will not compile -//============================================================================== -// Definitions -//============================================================================== - // Copyright date (year only) used through out the Studio program; must be a quoted string. -#define STUDIO_COPYRIGHT_YEAR "2017-2018" +#define STUDIO_COPYRIGHT_YEAR "2017-2019" #endif // STUDIO_DEFINITIONS_H -- cgit v1.2.3