Skip to content

Commit

Permalink
Update module and rev version for release. (#1033)
Browse files Browse the repository at this point in the history
* Update modules commit

* Rev version for release
  • Loading branch information
sid-dahiya authored Jul 6, 2022
1 parent a730194 commit 41840c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 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.6.69.1"
#define BUILD_VERSION 3,6,69,1
#define BUILD_VERSION_STR "3.6.187.1"
#define BUILD_VERSION 3,6,187,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)6 << 32) |
((uint64_t)69 << 16) |
((uint64_t)187 << 16) |
((uint64_t)1);

} MAT_NS_END
Expand Down
2 changes: 1 addition & 1 deletion lib/modules

0 comments on commit 41840c3

Please sign in to comment.