Skip to content

Commit

Permalink
Prepare for release 3.5.89 (#815)
Browse files Browse the repository at this point in the history
Co-authored-by: Tommy Meisel <[email protected]>
  • Loading branch information
thomasameisel and Tommy Meisel authored Mar 31, 2021
1 parent fcc59f1 commit a924650
Showing 1 changed file with 4 additions and 4 deletions.
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.67.1"
#define BUILD_VERSION 3,5,67,1
#define BUILD_VERSION_STR "3.5.89.1"
#define BUILD_VERSION 3,5,89,1

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

} MAT_NS_END

namespace PAL_NS_BEGIN { } PAL_NS_END

#endif // RESOURCE_COMPILER_INVOKED
#endif
#endif

0 comments on commit a924650

Please sign in to comment.