From 27eb06a4385f7f10d7d1abcd75c287ff3101fd84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Sun, 22 Sep 2024 12:02:08 +0000 Subject: [PATCH] [Mod] OpenMPT: Version is now 1.28.10.69 git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.28@21681 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 6c84a198c0..f50de1dc85 100644 --- a/common/versionNumber.h +++ b/common/versionNumber.h @@ -21,7 +21,7 @@ OPENMPT_NAMESPACE_BEGIN #define VER_MAJORMAJOR 1 #define VER_MAJOR 28 #define VER_MINOR 10 -#define VER_MINORMINOR 68 +#define VER_MINORMINOR 69 //Numerical value of the version. #define MPT_VERSION_CURRENT MAKE_VERSION_NUMERIC(VER_MAJORMAJOR,VER_MAJOR,VER_MINOR,VER_MINORMINOR)