diff --git a/umbraco/businesslogic/GlobalSettings.cs b/umbraco/businesslogic/GlobalSettings.cs index c3d8a26a2e..73cb5c7cb3 100644 --- a/umbraco/businesslogic/GlobalSettings.cs +++ b/umbraco/businesslogic/GlobalSettings.cs @@ -17,7 +17,7 @@ namespace umbraco { #region Private static fields // CURRENT UMBRACO VERSION ID - private static string _currentVersion = "4.1.0.betaII"; + private static string _currentVersion = "4.1.0.RC"; private static string _reservedUrlsCache; private static string _reservedPathsCache; diff --git a/umbraco/presentation/umbraco/developer/Packages/BrowseRepository.aspx.cs b/umbraco/presentation/umbraco/developer/Packages/BrowseRepository.aspx.cs index ddefa4d7c6..9ae32c25cc 100644 --- a/umbraco/presentation/umbraco/developer/Packages/BrowseRepository.aspx.cs +++ b/umbraco/presentation/umbraco/developer/Packages/BrowseRepository.aspx.cs @@ -34,7 +34,7 @@ namespace umbraco.presentation.developer.packages { if (!string.IsNullOrEmpty(category)) category = "&category=" + category; - iframeGen.Text = ""; + iframeGen.Text = ""; } #region Web Form Designer generated code