bumps version

This commit is contained in:
Shannon
2014-10-08 17:25:06 +11:00
parent 646e5f173d
commit 0543c620eb
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<UmbracoVersion>6.2.3</UmbracoVersion> <UmbracoVersion>6.2.4</UmbracoVersion>
</PropertyGroup> </PropertyGroup>
<Target Name="CopyUmbracoFilesToWebRoot" BeforeTargets="AfterBuild"> <Target Name="CopyUmbracoFilesToWebRoot" BeforeTargets="AfterBuild">
<PropertyGroup> <PropertyGroup>

View File

@@ -5,7 +5,7 @@ namespace Umbraco.Core.Configuration
{ {
public class UmbracoVersion public class UmbracoVersion
{ {
private static readonly Version Version = new Version("6.2.3"); private static readonly Version Version = new Version("6.2.4");
/// <summary> /// <summary>
/// Gets the current version of Umbraco. /// Gets the current version of Umbraco.

View File

@@ -2677,7 +2677,7 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.0\x86\*.* "$(TargetDir)x86\"
<AutoAssignPort>True</AutoAssignPort> <AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>6230</DevelopmentServerPort> <DevelopmentServerPort>6230</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath> <DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:6230</IISUrl> <IISUrl>http://localhost:6240</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication> <NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer> <UseCustomServer>False</UseCustomServer>
<CustomServerUrl> <CustomServerUrl>