From 7d1e40995560f0ed5435df838045149c0d24d31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Sun, 17 Mar 2024 07:44:55 +0000 Subject: [PATCH] [Mod] OpenMPT: Version is now 1.30.12.09 git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@20394 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- common/versionNumber.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/versionNumber.h b/common/versionNumber.h index f70718337c1..1e2f325acd7 100644 --- a/common/versionNumber.h +++ b/common/versionNumber.h @@ -18,6 +18,6 @@ OPENMPT_NAMESPACE_BEGIN #define VER_MAJORMAJOR 1 #define VER_MAJOR 30 #define VER_MINOR 12 -#define VER_MINORMINOR 08 +#define VER_MINORMINOR 09 OPENMPT_NAMESPACE_END