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
path: root/mdoc
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2017-03-29 00:08:44 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-03-29 17:27:50 +0300
commita0b8f468b11f5dc3e7ebae4a892ee9a055b37e31 (patch)
tree142d5a9ebcad47ff15229d35b86c197aed918c96 /mdoc
parent41c8e4a8d06f16523cfe0d6156b47c8828305338 (diff)
version bump to 5.0.0.14
Diffstat (limited to 'mdoc')
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 40b1990d..afd3cda9 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.13";
+ public static string MonoVersion = "5.0.0.14";
}
}