From 7834a9468aea843e0f86e6ae298cf66cb93e1f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Sun, 9 Jun 2024 10:46:47 +0000 Subject: [PATCH] [Mod] OpenMPT: Version is now 1.30.12.15 git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@20996 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 60f757eb8d8..7b45239b50e 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 14 +#define VER_MINORMINOR 15 OPENMPT_NAMESPACE_END