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-03-27 20:34:10 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-03-27 21:15:48 +0300
commit850ad16c81d989dc34948bbbe3dfb9c85e53f924 (patch)
treed9a8ad209d4fddaa3b6eb8ad28e400f887be65ea /mdoc/Consts.cs
parentce17fdfa6fb00367ca50db9bc7532de7dba9c056 (diff)
bumped mdoc version to 5.0.0.13
Diffstat (limited to 'mdoc/Consts.cs')
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 22042db2..40b1990d 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -3,6 +3,6 @@ namespace Mono.Documentation
{
public static class Consts
{
- public static string MonoVersion = "5.0.0.12";
+ public static string MonoVersion = "5.0.0.13";
}
}