diff --git a/SparkleLib/windows/getversion.tt b/SparkleLib/windows/getversion.tt index c4a2ca5b..19976aa3 100644 --- a/SparkleLib/windows/getversion.tt +++ b/SparkleLib/windows/getversion.tt @@ -7,8 +7,7 @@ String VERSION; String ASM_VERSION; String ASM_FILE_VERSION; - VERSION = ASM_VERSION = ASM_FILE_VERSION = "0.8.4"; - + VERSION = ASM_VERSION = ASM_FILE_VERSION = "0.9.0"; #> // VERSION=<#= VERSION #> diff --git a/SparkleShare/Mac/SparkleEventLog.cs b/SparkleShare/Mac/SparkleEventLog.cs index 553be0e3..3eb59d87 100755 --- a/SparkleShare/Mac/SparkleEventLog.cs +++ b/SparkleShare/Mac/SparkleEventLog.cs @@ -167,7 +167,6 @@ namespace SparkleShare { this.progress_indicator.StartAnimation (this); - ContentView.AddSubview (this.size_label); ContentView.AddSubview (this.size_label_value); ContentView.AddSubview (this.history_label);