From: <sv...@op...> - 2025-02-15 17:30:05
|
Author: manx Date: Sat Feb 15 18:29:50 2025 New Revision: 22919 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22919 Log: [Mod] OpenMPT: Version is now 1.32.00.41 Modified: trunk/OpenMPT/common/versionNumber.h Modified: trunk/OpenMPT/common/versionNumber.h ============================================================================== --- trunk/OpenMPT/common/versionNumber.h Sat Feb 15 18:17:45 2025 (r22918) +++ trunk/OpenMPT/common/versionNumber.h Sat Feb 15 18:29:50 2025 (r22919) @@ -16,4 +16,4 @@ #define VER_MAJORMAJOR 1 #define VER_MAJOR 32 #define VER_MINOR 00 -#define VER_MINORMINOR 40 +#define VER_MINORMINOR 41 |