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 23:18:13 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-02-25 23:18:13 +0300
commit28da31838e02ffbca5751b4f8cc67560afbfb1c9 (patch)
treed765b913f934659ff756cffba5e4ecda1e4fd7e9
parent37965e329c221a77fbf1a820f3f0e4e243477237 (diff)
bump version to 5.0.0.4preview-5.0.0.4
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 49dd1861..098fe80d 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.3";
+ public static string MonoVersion = "5.0.0.4";
}
}