From: <sv...@op...> - 2024-08-17 15:32:05
|
Author: manx Date: Sat Aug 17 17:31:58 2024 New Revision: 21506 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21506 Log: [Ref] Simplify versionNumber.h. There is really no point in depending on all the C++ cruft. Modified: trunk/OpenMPT/common/versionNumber.h Modified: trunk/OpenMPT/common/versionNumber.h ============================================================================== --- trunk/OpenMPT/common/versionNumber.h Sat Aug 17 17:17:15 2024 (r21505) +++ trunk/OpenMPT/common/versionNumber.h Sat Aug 17 17:31:58 2024 (r21506) @@ -10,14 +10,10 @@ #pragma once -#include "openmpt/all/BuildSettings.hpp" -OPENMPT_NAMESPACE_BEGIN // Version definitions. The only thing that needs to be changed when changing version number. #define VER_MAJORMAJOR 1 #define VER_MAJOR 32 #define VER_MINOR 00 #define VER_MINORMINOR 23 - -OPENMPT_NAMESPACE_END |