diff --git a/NEWS b/NEWS index ea1378f6..081fa557 100755 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +0.6.0 for Linux and Mac (Sat Dec 24 2011): + + Hylke: + - Several fixes for annoying bugs and crashes + - Fix freeze on quit on Mac + - Show project and history size in the event log + + 0.4.2 for Linux and Mac (Fri Dec 2 2011): Hylke: Fix crash trying to add a project diff --git a/SparkleShare/Mac/SparkleShare.csproj b/SparkleShare/Mac/SparkleShare.csproj index 7b768e03..aad0d95f 100755 --- a/SparkleShare/Mac/SparkleShare.csproj +++ b/SparkleShare/Mac/SparkleShare.csproj @@ -11,7 +11,7 @@ SparkleShare SparkleShare v4.0 - 0.4.2 + 0.6.0 true @@ -59,7 +59,7 @@ False - + False ..\..\bin\SparkleLib.dll diff --git a/SparkleShare/Mac/SparkleShare.sln b/SparkleShare/Mac/SparkleShare.sln index 0ddce705..d22cce42 100644 --- a/SparkleShare/Mac/SparkleShare.sln +++ b/SparkleShare/Mac/SparkleShare.sln @@ -16,6 +16,6 @@ Global EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = SparkleShare.csproj - version = 0.4.2 + version = 0.6.0 EndGlobalSection EndGlobal diff --git a/configure.ac b/configure.ac index b4f49958..2c97ee9f 100755 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. m4_define([sparkleshare_version], - [0.4.2]) + [0.6.0]) m4_define([sparkleshare_asm_version], - [0.4.2]) + [0.6.0]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)