-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No idea how the formatting became messed up
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT | ||
// license. See LICENSE file in the project root for full license information. | ||
namespace Microsoft.CodeAnalysis.IL | ||
{ | ||
public static class VersionConstants | ||
{ | ||
public const string Prerelease = ""; | ||
public const string AssemblyVersion = "4.3.1" + ".0"; | ||
public const string FileVersion = "4.3.1" + ".0"; | ||
public const string Version = AssemblyVersion + Prerelease; | ||
} | ||
} | ||
namespace Microsoft.CodeAnalysis.IL | ||
{ | ||
public static class VersionConstants | ||
{ | ||
public const string Prerelease = ""; | ||
public const string AssemblyVersion = "4.3.1" + ".0"; | ||
public const string FileVersion = "4.3.1" + ".0"; | ||
public const string Version = AssemblyVersion + Prerelease; | ||
} | ||
} |