Skip to content

Commit f4fce8f

Browse files
authored
Bump version for Release 3.6.69 (#1001)
* Update template build version minor to match the new year. * Update version.
1 parent 485f9d8 commit f4fce8f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Solutions/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.999.1
1+
3.6.999.1

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.321.1"
10-
#define BUILD_VERSION 3,5,321,1
9+
#define BUILD_VERSION_STR "3.6.69.1"
10+
#define BUILD_VERSION 3,6,69,1
1111

1212
#ifndef RESOURCE_COMPILER_INVOKED
1313
#include "ctmacros.hpp"
@@ -17,8 +17,8 @@ namespace MAT_NS_BEGIN {
1717

1818
uint64_t const Version =
1919
((uint64_t)3 << 48) |
20-
((uint64_t)5 << 32) |
21-
((uint64_t)321 << 16) |
20+
((uint64_t)6 << 32) |
21+
((uint64_t)69 << 16) |
2222
((uint64_t)1);
2323

2424
} MAT_NS_END

0 commit comments

Comments
 (0)