From 80f9a5ca52f8bae21319c1769dc7757393d784bc Mon Sep 17 00:00:00 2001 From: Daniel Gibson Date: Mon, 13 Jul 2020 01:35:02 +0200 Subject: [PATCH] dhewm3 1.5.1 RC1 --- neo/framework/Licensee.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/framework/Licensee.h b/neo/framework/Licensee.h index b68cbd5f..69ba5d19 100644 --- a/neo/framework/Licensee.h +++ b/neo/framework/Licensee.h @@ -41,7 +41,7 @@ If you have questions concerning this license or the applicable additional terms #define GAME_NAME "dhewm 3" // appears on window titles and errors #endif -#define ENGINE_VERSION "dhewm3 1.5.1pre" // printed in console +#define ENGINE_VERSION "dhewm3 1.5.1rc1" // printed in console #ifdef ID_REPRODUCIBLE_BUILD // for reproducible builds we hardcode values that would otherwise come from __DATE__ and __TIME__