From: <sv...@op...> - 2024-07-23 08:14:51
|
Author: manx Date: Tue Jul 23 10:14:45 2024 New Revision: 21261 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21261 Log: [Mod] OpenMPT: Version is now 1.32.00.20 Modified: trunk/OpenMPT/common/versionNumber.h Modified: trunk/OpenMPT/common/versionNumber.h ============================================================================== --- trunk/OpenMPT/common/versionNumber.h Tue Jul 23 10:14:15 2024 (r21260) +++ trunk/OpenMPT/common/versionNumber.h Tue Jul 23 10:14:45 2024 (r21261) @@ -18,6 +18,6 @@ #define VER_MAJORMAJOR 1 #define VER_MAJOR 32 #define VER_MINOR 00 -#define VER_MINORMINOR 19 +#define VER_MINORMINOR 20 OPENMPT_NAMESPACE_END |