Skip to content

Commit

Permalink
Merge pull request #235 from microsoft/maxgolov/version_build_break
Browse files Browse the repository at this point in the history
Build break on Linux due to ^M in Version.hpp
  • Loading branch information
maxgolov authored Jan 9, 2020
2 parents 862b27d + 2446fd4 commit cb95e6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Solutions/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.999.1
3.3.999.1
4 changes: 2 additions & 2 deletions lib/include/public/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,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.3.8.1"
#define BUILD_VERSION 3,3,8,1
#define BUILD_VERSION_STR "3.3.8.1"
#define BUILD_VERSION 3,3,8,1

#ifndef RESOURCE_COMPILER_INVOKED
#include <stdint.h>
Expand Down

0 comments on commit cb95e6e

Please sign in to comment.