From 1ee6fc8514731205558e167cec38ef6b33f9731b Mon Sep 17 00:00:00 2001 From: per ploug Date: Mon, 10 Nov 2014 13:33:42 +0100 Subject: [PATCH] Update build.bat to beta2 --- build/Build.bat | 2 +- src/Umbraco.Core/Configuration/UmbracoVersion.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Build.bat b/build/Build.bat index 56439efbcf..0f0a6f1711 100644 --- a/build/Build.bat +++ b/build/Build.bat @@ -4,7 +4,7 @@ IF NOT EXIST UmbracoVersion.txt ( GOTO :showerror ) SET /p release= /// The version comment. - public static string CurrentComment { get { return "beta"; } } + public static string CurrentComment { get { return "beta2"; } } // 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