From 2f847093c45211a263c08e87eb1018e1774cd278 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 25 Jun 2012 22:55:26 +0100 Subject: [PATCH] windows: bump version number --- SparkleLib/windows/getversion.tt | 3 +-- SparkleShare/Mac/SparkleEventLog.cs | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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);