Skip to content

Commit

Permalink
Rev version to 3.5.131.1 (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-dahiya authored May 12, 2021
1 parent 2b9c151 commit 75a5532
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/include/public/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#define MAT_VERSION_HPP
// WARNING: DO NOT MODIFY THIS FILE!
// This file has been automatically generated, manual changes will be lost.
#define BUILD_VERSION_STR "3.5.127.1"
#define BUILD_VERSION 3,5,127,1
#define BUILD_VERSION_STR "3.5.131.1"
#define BUILD_VERSION 3,5,131,1

#ifndef RESOURCE_COMPILER_INVOKED
#include "ctmacros.hpp"
Expand All @@ -18,7 +18,7 @@ namespace MAT_NS_BEGIN {
uint64_t const Version =
((uint64_t)3 << 48) |
((uint64_t)5 << 32) |
((uint64_t)127 << 16) |
((uint64_t)131 << 16) |
((uint64_t)1);

} MAT_NS_END
Expand All @@ -27,3 +27,4 @@ namespace PAL_NS_BEGIN { } PAL_NS_END

#endif // RESOURCE_COMPILER_INVOKED
#endif

0 comments on commit 75a5532

Please sign in to comment.