bump version to 0.8.3

This commit is contained in:
Hylke Bons 2012-02-20 00:17:43 +01:00
parent 5aae363fd5
commit 221cf3131c
3 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
<RootNamespace>SparkleShare</RootNamespace>
<AssemblyName>SparkleShare</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ReleaseVersion>0.8.2</ReleaseVersion>
<ReleaseVersion>0.8.3</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.8.2
version = 0.8.3
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.2])
[0.8.3])
m4_define([sparkleshare_asm_version],
[0.8.2])
[0.8.3])
AC_PREREQ([2.54])
AC_INIT([SparkleShare], sparkleshare_version)