Skip to content

Commit

Permalink
Add a fallback RuntimeProductVersion in runtime_version.h (#60994)
Browse files Browse the repository at this point in the history
This fixes failures encountered when building CoreCLR using the fallback files.
  • Loading branch information
jkoritzinsky authored Oct 30, 2021
1 parent 8bba6fb commit f9a2449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/native/version/runtime_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
#define RuntimeProductMajorVersion 0
#define RuntimeProductMinorVersion 0
#define RuntimeProductPatchVersion 0
#define RuntimeProductVersion
#define RuntimeProductVersion 0.0.0-dev

0 comments on commit f9a2449

Please sign in to comment.