Skip to content

Commit

Permalink
Bump version for Release 3.6.69 (#1001)
Browse files Browse the repository at this point in the history
* Update template build version minor to match the new year.

* Update version.
  • Loading branch information
sid-dahiya authored Mar 11, 2022
1 parent 485f9d8 commit f4fce8f
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.5.999.1
3.6.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.5.321.1"
#define BUILD_VERSION 3,5,321,1
#define BUILD_VERSION_STR "3.6.69.1"
#define BUILD_VERSION 3,6,69,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)5 << 32) |
((uint64_t)321 << 16) |
((uint64_t)6 << 32) |
((uint64_t)69 << 16) |
((uint64_t)1);

} MAT_NS_END
Expand Down

0 comments on commit f4fce8f

Please sign in to comment.