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-02-18 04:52:58 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-02-18 04:52:58 +0300
commit783d181c4a90dd5d2c3113fb6d233b4c4276b35d (patch)
tree77bba97f0b8273aa762e8adcb892e7b2bea650a9
parent7b1de8064b212d65a2e11342562874cdb93073a0 (diff)
version bump to 5.0.0.2preview-5.0.0.2
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index c0f2a86f..25e031f2 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.1";
+ public static string MonoVersion = "5.0.0.2";
}
}