Bump version to 0.2.1

This commit is contained in:
Hylke Bons 2011-06-08 15:06:30 +01:00
parent 6d1e9b1f9d
commit 3c7b1b0e34
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.2</ReleaseVersion>
<ReleaseVersion>0.2.1</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.2
version = 0.2.1
EndGlobalSection
EndGlobal

View file

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