bump version

This commit is contained in:
Hylke Bons 2012-12-05 13:13:47 +00:00
parent b3480b066f
commit bec9be1cf7
3 changed files with 4 additions and 4 deletions

View file

@ -128,8 +128,6 @@ namespace SparkleShare {
};
Program.Controller.OnIdle += delegate {
UpdateFolders ();
if (CurrentState != IconState.Error) {
CurrentState = IconState.Idle;
@ -139,6 +137,8 @@ namespace SparkleShare {
StateText = "Projects up to date " + FolderSize;
}
UpdateFolders ();
UpdateIconEvent (CurrentState);
UpdateStatusItemEvent (StateText);
UpdateMenuEvent (CurrentState);

View file

@ -2,7 +2,7 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi' xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Name='SparkleShare' Id='184950D5-67F6-4D06-9717-7E2F1607A7B0' UpgradeCode='D3DF1D99-87F5-47A7-A349-863DD6E4B73A'
Language='1033' Codepage='1252' Version='0.9.9' Manufacturer='SparkleShare'>
Language='1033' Codepage='1252' Version='0.9.10' Manufacturer='SparkleShare'>
<Package Id='*' Keywords='Installer' Description="SparkleShare Setup" Manufacturer='SparkleShare'
InstallerVersion='100' Languages='1033' Compressed='yes' SummaryCodepage='1252' />

View file

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
m4_define([sparkleshare_version], [0.9.9])
m4_define([sparkleshare_version], [0.9.10])
AC_PREREQ([2.54])
AC_INIT([SparkleShare], sparkleshare_version)