Skip to content

Commit a924650

Browse files
thomasameiselTommy Meisel
andauthored
Prepare for release 3.5.89 (#815)
Co-authored-by: Tommy Meisel <thmeisel@microsoft.com>
1 parent fcc59f1 commit a924650

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/include/public/Version.hpp

Lines changed: 4 additions & 4 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.5.67.1"
10-
#define BUILD_VERSION 3,5,67,1
9+
#define BUILD_VERSION_STR "3.5.89.1"
10+
#define BUILD_VERSION 3,5,89,1
1111

1212
#ifndef RESOURCE_COMPILER_INVOKED
1313
#include <ctmacros.hpp>
@@ -18,12 +18,12 @@ namespace MAT_NS_BEGIN {
1818
uint64_t const Version =
1919
((uint64_t)3 << 48) |
2020
((uint64_t)5 << 32) |
21-
((uint64_t)67 << 16) |
21+
((uint64_t)89 << 16) |
2222
((uint64_t)1);
2323

2424
} MAT_NS_END
2525

2626
namespace PAL_NS_BEGIN { } PAL_NS_END
2727

2828
#endif // RESOURCE_COMPILER_INVOKED
29-
#endif
29+
#endif

0 commit comments

Comments
 (0)