Update version for 0.4.1 release

This commit is contained in:
Hylke Bons 2011-11-29 14:27:12 +01:00
parent db38ea01e6
commit 8a39af7924
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.5</ReleaseVersion>
<ReleaseVersion>0.4.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

2
SparkleShare/Mac/SparkleShare.sln Executable file → Normal file
View file

@ -16,6 +16,6 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SparkleShare.csproj
version = 0.2.5
version = 0.4.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.4.0])
[0.4.1])
m4_define([sparkleshare_asm_version],
[0.4.0])
[0.4.1])
AC_PREREQ([2.54])
AC_INIT([SparkleShare], sparkleshare_version)