Skip to content

Commit 1cc4045

Browse files
bmehta001Copilot
andauthored
Prepare for new release - 3.10.159.1 (#1469)
Regenerate Version.hpp via tools/gen-version (tools/version-node.js) to bump the SDK build version from 3.10.100.1 to 3.10.159.1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 823c3b2 commit 1cc4045

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/include/public/Version.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#define MAT_VERSION_HPP
77
// WARNING: DO NOT MODIFY THIS FILE!
88
// This file has been automatically generated, manual changes will be lost.
9-
#define BUILD_VERSION_STR "3.10.100.1"
10-
#define BUILD_VERSION 3,10,100,1
9+
#define BUILD_VERSION_STR "3.10.159.1"
10+
#define BUILD_VERSION 3,10,159,1
1111

1212
#ifndef RESOURCE_COMPILER_INVOKED
1313
#include "ctmacros.hpp"
@@ -18,7 +18,7 @@ namespace MAT_NS_BEGIN {
1818
uint64_t const Version =
1919
((uint64_t)3 << 48) |
2020
((uint64_t)10 << 32) |
21-
((uint64_t)100 << 16) |
21+
((uint64_t)159 << 16) |
2222
((uint64_t)1);
2323

2424
} MAT_NS_END

0 commit comments

Comments
 (0)