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-23 18:37:36 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-03-27 17:37:39 +0300
commit9b7a55eec877d3c2d2d08f67f2d9b0b4cbcebb13 (patch)
tree8ab87926cb3aea478c8e6702a20b5e475dcf34b4 /mdoc
parentf2180d9b274755c88eaed36d6b7e93e6bab616a3 (diff)
version bump to 5.0.0.10
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 e521dad2..1f173660 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -4,6 +4,6 @@ namespace Mono.Documentation
public static class Consts
{
// this is only a placeholder
- public static string MonoVersion = "5.0.0.9";
+ public static string MonoVersion = "5.0.0.10";
}
}