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-25 01:12:07 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-02-25 01:12:07 +0300
commitd4d5517b263ba428482b86f58d9be4ebec6d1487 (patch)
treecb17191a22fa7e0d74a810ee9f9d15dcc277cc79
parent39d400cc3113c71becb36b0cb7be28a7c479b988 (diff)
bump version to 5.0.0.3preview-5.0.0.3
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 25e031f2..49dd1861 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.2";
+ public static string MonoVersion = "5.0.0.3";
}
}