Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nul800sebastiaan committed Sep 16, 2015
1 parent 779dd26 commit b9dd0ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build/UmbracoVersion.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Usage: on line 2 put the release version, on line 3 put the version comment (example: beta)
7.3.0
RC
7.3.0
2 changes: 1 addition & 1 deletion src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
[assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyFileVersion("7.3.0")]
[assembly: AssemblyInformationalVersion("7.3.0-RC")]
[assembly: AssemblyInformationalVersion("7.3.0")]
2 changes: 1 addition & 1 deletion src/Umbraco.Core/Configuration/UmbracoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static Version Current
/// Gets the version comment (like beta or RC).
/// </summary>
/// <value>The version comment.</value>
public static string CurrentComment { get { return "RC"; } }
public static string CurrentComment { get { return ""; } }

// Get the version of the umbraco.dll by looking at a class in that dll
// 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
Expand Down

0 comments on commit b9dd0ab

Please sign in to comment.