Skip to content

Commit

Permalink
Version bump for release (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-dahiya authored Jan 5, 2023
1 parent ddb7257 commit f3a7b3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Solutions/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.999.1
3.7.999.1
8 changes: 4 additions & 4 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.187.1"
#define BUILD_VERSION 3,6,187,1
#define BUILD_VERSION_STR "3.7.5.1"
#define BUILD_VERSION 3,7,5,1

#ifndef RESOURCE_COMPILER_INVOKED
#include "ctmacros.hpp"
Expand All @@ -17,8 +17,8 @@ namespace MAT_NS_BEGIN {

uint64_t const Version =
((uint64_t)3 << 48) |
((uint64_t)6 << 32) |
((uint64_t)187 << 16) |
((uint64_t)7 << 32) |
((uint64_t)5 << 16) |
((uint64_t)1);

} MAT_NS_END
Expand Down

0 comments on commit f3a7b3b

Please sign in to comment.