Update version for release

This commit is contained in:
Hylke Bons 2012-01-13 20:00:06 +00:00
parent 5e532757cb
commit dcc3a0d349
4 changed files with 13 additions and 4 deletions

9
NEWS
View file

@ -1,3 +1,12 @@
0.8.0 for Linux and Mac (Sat Jan 14):
Hylke:
- Show syncing progress in the status icon
- Hide dock icon on Mac until you open a window
- Update dates in the event log after midnight
- Don't let git compress already compressed files (.jpg .ogg .zip, etc.)
0.6.0 for Linux and Mac (Sun Dec 25 2011):
Hylke:

View file

@ -11,7 +11,7 @@
<RootNamespace>SparkleShare</RootNamespace>
<AssemblyName>SparkleShare</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.8.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View file

@ -16,6 +16,6 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SparkleShare.csproj
version = 0.6.0
version = 0.8.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.6.0])
[0.8.0])
m4_define([sparkleshare_asm_version],
[0.6.0])
[0.8.0])
AC_PREREQ([2.54])
AC_INIT([SparkleShare], sparkleshare_version)