Skip to content

Commit 5efc45a

Browse files
Bump version number
1 parent c3fc275 commit 5efc45a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/Build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@ECHO OFF
22
SET release=7.1.0
3-
SET comment=RC
3+
SET comment=
44
SET version=%release%
55

66
IF [%comment%] EQU [] (SET version=%release%) ELSE (SET version=%release%-%comment%)

build/NuSpecs/build/UmbracoCms.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<UmbracoVersion>7.1.0-RC</UmbracoVersion>
4+
<UmbracoVersion>7.1.0</UmbracoVersion>
55
</PropertyGroup>
66
<Target Name="CopyUmbracoFilesToWebRoot" BeforeTargets="AfterBuild">
77
<PropertyGroup>

src/Umbraco.Core/Configuration/UmbracoVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static Version Current
2323
/// Gets the version comment (like beta or RC).
2424
/// </summary>
2525
/// <value>The version comment.</value>
26-
public static string CurrentComment { get { return "RC"; } }
26+
public static string CurrentComment { get { return ""; } }
2727

2828
// Get the version of the umbraco.dll by looking at a class in that dll
2929
// Had to do it like this due to medium trust issues, see: http://haacked.com/archive/2010/11/04/assembly-location-and-medium-trust.aspx

0 commit comments

Comments
 (0)