Skip to content

Commit cb95e6e

Browse files
authored
Merge pull request #235 from microsoft/maxgolov/version_build_break
Build break on Linux due to ^M in Version.hpp
2 parents 862b27d + 2446fd4 commit cb95e6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Solutions/version.txt

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

lib/include/public/Version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#define MAT_VERSION_HPP
44
// WARNING: DO NOT MODIFY THIS FILE!
55
// This file has been automatically generated, manual changes will be lost.
6-
#define BUILD_VERSION_STR "3.3.8.1"
7-
#define BUILD_VERSION 3,3,8,1
6+
#define BUILD_VERSION_STR "3.3.8.1"
7+
#define BUILD_VERSION 3,3,8,1
88

99
#ifndef RESOURCE_COMPILER_INVOKED
1010
#include <stdint.h>

0 commit comments

Comments
 (0)