diff --git a/SparkleLib/Defines.cs b/SparkleLib/Defines.cs index c816050a..26d36fc2 100644 --- a/SparkleLib/Defines.cs +++ b/SparkleLib/Defines.cs @@ -19,7 +19,7 @@ using System; using System.Reflection; [assembly:AssemblyTitle ("SparkleLib")] -[assembly:AssemblyVersion ("1.2")] +[assembly:AssemblyVersion ("1.3")] [assembly:AssemblyCopyright ("Copyright (c) 2010 Hylke Bons and others")] [assembly:AssemblyTrademark ("SparkleShare is a trademark of SparkleShare Ltd.")] diff --git a/SparkleShare/Mac/Info.plist b/SparkleShare/Mac/Info.plist index 3a9a9040..524c2767 100755 --- a/SparkleShare/Mac/Info.plist +++ b/SparkleShare/Mac/Info.plist @@ -9,9 +9,9 @@ CFBundleName SparkleShare CFBundleVersion - 1.2 + 1.3 CFBundleShortVersionString - 1.2 + 1.3 LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion diff --git a/SparkleShare/Windows/SparkleShare.wxs b/SparkleShare/Windows/SparkleShare.wxs index dfbe47e3..943ef08e 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='1.3' Manufacturer='SparkleShare'> diff --git a/configure.ac b/configure.ac index 1ab4704d..0a0deb79 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -m4_define([sparkleshare_version], [1.2]) +m4_define([sparkleshare_version], [1.3]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)