Skip to content

Commit fb33804

Browse files
authored
Merge pull request #134 from mvrdevelopment/Fix-#133-Wrong-MVR-Version
Changing the MVR version
2 parents fb85b49 + de97b13 commit fb33804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Prefix/CommonPrefix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
#define XML_Val_GeometryObjectAttrFile "fileName"
253253

254254
const Sint32 kMVR_MajorVersion = 1;
255-
const Sint32 kMVR_MinorVersion = 5;
255+
const Sint32 kMVR_MinorVersion = 6;
256256

257257
const Sint32 kGDTF_CurrentMajorVersion = 1;
258258
const Sint32 kGDTF_CurrentMinorVersion = 2;

0 commit comments

Comments
 (0)