Author: manx
Date: Thu Mar 28 14:53:18 2024
New Revision: 20476
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20476
Log:
[Mod] OpenMPT: Version is now 1.32.00.08
Modified:
trunk/OpenMPT/common/versionNumber.h
Modified: trunk/OpenMPT/common/versionNumber.h
==============================================================================
--- trunk/OpenMPT/common/versionNumber.h Thu Mar 28 08:34:46 2024 (r20475)
+++ trunk/OpenMPT/common/versionNumber.h Thu Mar 28 14:53:18 2024 (r20476)
@@ -18,6 +18,6 @@
#define VER_MAJORMAJOR 1
#define VER_MAJOR 32
#define VER_MINOR 00
-#define VER_MINORMINOR 07
+#define VER_MINORMINOR 08
OPENMPT_NAMESPACE_END
|