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:
authorLluis Sanchez Gual <lluis@novell.com>2011-08-09 16:44:05 +0400
committerLluis Sanchez Gual <lluis@novell.com>2011-08-09 16:44:38 +0400
commit6e871ad6921266f0ee52c19548d430db43970e0d (patch)
treee638351d3b6e5c536e4bbdeb5194a793243f581b /main/src/core
parentb99bfb031132a4df3395aa35d10d850d0be52a76 (diff)
Set new profile version.
Diffstat (limited to 'main/src/core')
-rw-r--r--main/src/core/MonoDevelop.Core/MonoDevelop.Core/UserProfile.cs2
1 files changed, 1 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 28fc392e58..6a0742442e 100644
--- a/main/src/core/MonoDevelop.Core/MonoDevelop.Core/UserProfile.cs
+++ b/main/src/core/MonoDevelop.Core/MonoDevelop.Core/UserProfile.cs
@@ -31,7 +31,7 @@ namespace MonoDevelop.Core
{
const string PROFILE_ENV_VAR = "MONODEVELOP_PROFILE";
const string APP_ID = "MonoDevelop";
- const string CURRENT_PROFILE_VERSION = "2.6";
+ const string CURRENT_PROFILE_VERSION = "2.7";
static readonly UserProfile currentProfile = GetCurrentProfile ();