Bump version to 0.8.2

This commit is contained in:
Hylke Bons 2012-02-11 20:49:43 +01:00
parent 301fa1a421
commit dc70806984
4 changed files with 14 additions and 7 deletions

11
NEWS
View file

@ -1,4 +1,11 @@
0.8.1 for Linux and Mac (Sun Jan 29):
0.8.2 for Linux and Mac (Sat Feb 11 2012):
Hylke:
- Use the more reliable and less resource intensive FSEvents on Mac.
- Improvements to the reconnect mechanism of the notification system
0.8.1 for Linux and Mac (Sun Jan 29 2012):
Hylke:
- Disable the Quit menu item when a sync is going on
@ -9,7 +16,7 @@
- Close event log on Cmd+W on Mac
0.8.0 for Linux and Mac (Sun Jan 22):
0.8.0 for Linux and Mac (Sun Jan 22 2012):
Hylke:
- Show syncing progress in the status icon

View file

@ -11,7 +11,7 @@
<RootNamespace>SparkleShare</RootNamespace>
<AssemblyName>SparkleShare</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ReleaseVersion>0.8.1</ReleaseVersion>
<ReleaseVersion>0.8.2</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.8.0.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="SparkleLib, Version=0.8.1.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.8.1
version = 0.8.2
EndGlobalSection
EndGlobal

View file

@ -1,9 +1,9 @@
dnl Process this file with autoconf to produce a configure script.
m4_define([sparkleshare_version],
[0.8.1])
[0.8.2])
m4_define([sparkleshare_asm_version],
[0.8.1])
[0.8.2])
AC_PREREQ([2.54])
AC_INIT([SparkleShare], sparkleshare_version)