Update version to 4.11.2

This commit is contained in:
Sebastiaan Janssen
2013-01-09 16:03:56 -01:00
parent ce6711b587
commit cd0919aeeb
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>UmbracoCms.Core</id>
<version>4.11.1</version>
<version>4.11.2</version>
<title>Umbraco Cms Core Binaries</title>
<authors>Morten Christensen</authors>
<owners>Umbraco HQ</owners>

View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>UmbracoCms</id>
<version>4.11.1</version>
<version>4.11.2</version>
<title>Umbraco Cms</title>
<authors>Morten Christensen</authors>
<owners>Umbraco HQ</owners>
@@ -15,7 +15,7 @@
<language>en-US</language>
<tags>umbraco</tags>
<dependencies>
<dependency id="UmbracoCms.Core" version="4.11.1" />
<dependency id="UmbracoCms.Core" version="4.11.2" />
</dependencies>
</metadata>
<files>

View File

@@ -28,7 +28,7 @@ namespace Umbraco.Core.Configuration
#region Private static fields
// CURRENT UMBRACO VERSION ID
private const string CurrentUmbracoVersion = "4.11.1";
private const string CurrentUmbracoVersion = "4.11.2";
private static string _reservedUrlsCache;
private static string _reservedPathsCache;