From de97b13eb0357893870f7a0b0c8b5fca9c6a6912 Mon Sep 17 00:00:00 2001 From: Alesandro Dragnev Date: Wed, 3 Dec 2025 16:03:08 +0200 Subject: [PATCH] Changing the MVR version --- src/Prefix/CommonPrefix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Prefix/CommonPrefix.h b/src/Prefix/CommonPrefix.h index 4cc0dd4a..b3585592 100644 --- a/src/Prefix/CommonPrefix.h +++ b/src/Prefix/CommonPrefix.h @@ -252,7 +252,7 @@ #define XML_Val_GeometryObjectAttrFile "fileName" const Sint32 kMVR_MajorVersion = 1; -const Sint32 kMVR_MinorVersion = 5; +const Sint32 kMVR_MinorVersion = 6; const Sint32 kGDTF_CurrentMajorVersion = 1; const Sint32 kGDTF_CurrentMinorVersion = 2;