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-15 00:42:28 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-03-15 18:35:13 +0300
commit650a0d58258fe027a26b85f5ad2a4445073f2e26 (patch)
tree9766e7869749d29183e2be3c253bd377743ee987 /mdoc
parent25f3a1cc958de76149c4b7b31d116a696f2b6e0b (diff)
version bump to 5.0.0.8
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 d1219495..a66f0ff1 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.7";
+ public static string MonoVersion = "5.0.0.8";
}
}