Bump version to 0.6.0 and update NEWS

This commit is contained in:
Hylke Bons 2011-12-24 21:40:13 +01:00
parent 7eba561470
commit f745733f4b
4 changed files with 13 additions and 5 deletions

8
NEWS
View file

@ -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

View file

@ -11,7 +11,7 @@
<RootNamespace>SparkleShare</RootNamespace>
<AssemblyName>SparkleShare</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ReleaseVersion>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -59,7 +59,7 @@
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Net" />
<Reference Include="SparkleLib, Version=0.4.2.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="SparkleLib, Version=0.6.0.0, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\SparkleLib.dll</HintPath>
</Reference>

View file

@ -16,6 +16,6 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SparkleShare.csproj
version = 0.4.2
version = 0.6.0
EndGlobalSection
EndGlobal

View file

@ -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)