Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2014-04-23 00:33:14 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2014-04-23 03:04:33 +0400
commit9091b37d00f18816d95e117c0a40c301aadc8ccd (patch)
tree498b8ccb86a6ac9112180ab97a6a18ccae2db6bc /main/src/core
parent66fc1a0c5bfa0779dd6f3d16e0e7b82c78f7d16b (diff)
[Core] Bump profile directory to 5.0
Diffstat (limited to 'main/src/core')
-rw-r--r--main/src/core/MonoDevelop.Core/MonoDevelop.Core/UserProfile.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Core/MonoDevelop.Core/UserProfile.cs b/main/src/core/MonoDevelop.Core/MonoDevelop.Core/UserProfile.cs
index 35c1e8e113..84f6e61dea 100644
--- a/main/src/core/MonoDevelop.Core/MonoDevelop.Core/UserProfile.cs
+++ b/main/src/core/MonoDevelop.Core/MonoDevelop.Core/UserProfile.cs
@@ -41,7 +41,8 @@ namespace MonoDevelop.Core
"2.7",
"2.8",
"3.0",
- "4.0"
+ "4.0",
+ "5.0"
};
static UserProfile ()