From: <sv...@op...> - 2025-03-28 12:59:13
|
Author: manx Date: Fri Mar 28 13:58:51 2025 New Revision: 23080 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23080 Log: [Mod] OpenMPT: Version is now 1.33.00.01 Modified: trunk/OpenMPT/common/versionNumber.h Modified: trunk/OpenMPT/common/versionNumber.h ============================================================================== --- trunk/OpenMPT/common/versionNumber.h Fri Mar 28 13:57:39 2025 (r23079) +++ trunk/OpenMPT/common/versionNumber.h Fri Mar 28 13:58:51 2025 (r23080) @@ -14,6 +14,6 @@ // Version definitions. The only thing that needs to be changed when changing version number. #define VER_MAJORMAJOR 1 -#define VER_MAJOR 32 +#define VER_MAJOR 33 #define VER_MINOR 00 -#define VER_MINORMINOR 41 +#define VER_MINORMINOR 01 |