Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2017-10-20 18:11:16 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-10-20 18:27:18 +0300
commitdc35a1b5be7ed6a9b0ada4674e80b00f6dd609ba (patch)
tree87eab966ecea57de13c84ddbac71762accbbe0eb
parent518a7b04e855dbe25ecdfcb34a77d6f736faef0c (diff)
version bump to 5.1.0.0
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 666e14ee..efb37108 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -3,6 +3,6 @@ namespace Mono.Documentation
{
public static class Consts
{
- public static string MonoVersion = "5.0.0.25";
+ public static string MonoVersion = "5.1.0.0";
}
}