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-25 02:06:05 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-03-27 17:37:39 +0300
commit8a03bdba0d66c91ee1047bdf6c537c7402360778 (patch)
tree3ad302affb1acb82ad6f8fb4291e0e7cde83150e /mdoc
parentc9470d1b94cfc11d597359a061a7bda0346a1233 (diff)
version bump to 5.0.0.11
Diffstat (limited to 'mdoc')
-rw-r--r--mdoc/Consts.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 1f173660..9864ddfd 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -3,7 +3,6 @@ namespace Mono.Documentation
{
public static class Consts
{
- // this is only a placeholder
- public static string MonoVersion = "5.0.0.10";
+ public static string MonoVersion = "5.0.0.11";
}
}