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): 0.6.0 for Linux and Mac (Sun Dec 25 2011):
Hylke: Hylke:

View file

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

View file

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

View file

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