Bump version number

This commit is contained in:
Sebastiaan Janssen
2014-04-07 14:29:59 +02:00
parent 0f5c79afbc
commit ab7371e146
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
@ECHO OFF
SET release=7.1.0
SET release=7.1.1
SET comment=
SET version=%release%

View File

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

View File

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

View File

@@ -2530,9 +2530,9 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.0\x86\*.* "$(TargetDir)x86\"
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>7100</DevelopmentServerPort>
<DevelopmentServerPort>7110</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:7100</IISUrl>
<IISUrl>http://localhost:7110</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>