diff --git a/components/editorControls/tinyMCE3/webcontrol/TinyMCEWebControl.cs b/components/editorControls/tinyMCE3/webcontrol/TinyMCEWebControl.cs
index 10b77b43b0..c95cfc8596 100644
--- a/components/editorControls/tinyMCE3/webcontrol/TinyMCEWebControl.cs
+++ b/components/editorControls/tinyMCE3/webcontrol/TinyMCEWebControl.cs
@@ -449,7 +449,7 @@ namespace umbraco.editorControls.tinyMCE3.webcontrol
Regex.Matches(content, pattern, RegexOptions.IgnoreCase | RegexOptions.IgnorePatternWhitespace);
// Page for macro rendering
- //page p = new page(nodeId, versionId);
+// page p = new page(nodeId, versionId);
System.Web.HttpContext.Current.Items["macrosAdded"] = 0;
System.Web.HttpContext.Current.Items["pageID"] = nodeId.ToString();
diff --git a/default.build b/default.build
index 8d831df9c3..0abbd56d7b 100644
--- a/default.build
+++ b/default.build
@@ -20,6 +20,8 @@
+
+
@@ -69,6 +71,7 @@
+
@@ -77,6 +80,7 @@
+
@@ -131,12 +135,13 @@
-
-
+
+
-
-
-
+
+
+
+
@@ -144,7 +149,7 @@
-
+
@@ -156,8 +161,8 @@
-
-
+
+
@@ -172,7 +177,6 @@
-
@@ -184,9 +188,8 @@
-
-
-
+
+
@@ -196,6 +199,14 @@
+
+
+
+
+
+
+
+
diff --git a/umbraco.sln b/umbraco.sln
index a9eb96aa22..040a81175a 100644
--- a/umbraco.sln
+++ b/umbraco.sln
@@ -167,7 +167,6 @@ Global
{27A2590E-1313-4A33-89FD-92811540B69C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6277C9FB-3A9A-4537-AA86-82DA9B2527FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6277C9FB-3A9A-4537-AA86-82DA9B2527FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {6277C9FB-3A9A-4537-AA86-82DA9B2527FD}.Release|Any CPU.Build.0 = Release|Any CPU
{5BA5425F-27A7-4677-865E-82246498AA2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BA5425F-27A7-4677-865E-82246498AA2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BA5425F-27A7-4677-865E-82246498AA2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
diff --git a/umbraco/businesslogic/GlobalSettings.cs b/umbraco/businesslogic/GlobalSettings.cs
index e4bbb3fae7..7459796573 100644
--- a/umbraco/businesslogic/GlobalSettings.cs
+++ b/umbraco/businesslogic/GlobalSettings.cs
@@ -18,7 +18,7 @@ namespace umbraco
{
#region Private static fields
// CURRENT UMBRACO VERSION ID
- private static string _currentVersion = "4.6.0";
+ private static string _currentVersion = "4.6.1";
private static string _reservedUrlsCache;
private static string _reservedPathsCache;