Bumped the version number for 4.8.0

This commit is contained in:
leekelleher
2012-04-28 11:07:23 -01:00
parent c6aac5039e
commit d6d31b44fe
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
-->
<property name="nant.settings.currentframework" value="net-4.0" />,
<property name="build.version" value="4.7.2"/>
<property name="build.version" value="4.8.0"/>
<property name="build.configuration" value="Debug"/>

View File

@@ -18,7 +18,7 @@ namespace umbraco
{
#region Private static fields
// CURRENT UMBRACO VERSION ID
private static string _currentVersion = "4.7.2";
private static string _currentVersion = "4.8.0";
private static string _reservedUrlsCache;
private static string _reservedPathsCache;