diff --git a/SparkleShare/Mac/SparkleShare.csproj b/SparkleShare/Mac/SparkleShare.csproj index fb99e7b9..e7bcb21b 100755 --- a/SparkleShare/Mac/SparkleShare.csproj +++ b/SparkleShare/Mac/SparkleShare.csproj @@ -11,7 +11,7 @@ SparkleShare SparkleShare v4.0 - 0.8.2 + 0.8.3 true diff --git a/SparkleShare/Mac/SparkleShare.sln b/SparkleShare/Mac/SparkleShare.sln index 6ad0b1a6..3521ad0b 100644 --- a/SparkleShare/Mac/SparkleShare.sln +++ b/SparkleShare/Mac/SparkleShare.sln @@ -16,6 +16,6 @@ Global EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = SparkleShare.csproj - version = 0.8.2 + version = 0.8.3 EndGlobalSection EndGlobal diff --git a/configure.ac b/configure.ac index ac6a1f62..0d4adcd5 100755 --- a/configure.ac +++ b/configure.ac @@ -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)