diff --git a/SparkleLib/Defines.cs b/SparkleLib/Defines.cs index ac52b9f7..a9ad97d2 100644 --- a/SparkleLib/Defines.cs +++ b/SparkleLib/Defines.cs @@ -19,7 +19,7 @@ using System; using System.Reflection; [assembly:AssemblyTitle ("SparkleLib")] -[assembly:AssemblyVersion ("1.3")] +[assembly:AssemblyVersion ("1.4")] [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 524c2767..abe95ff8 100755 --- a/SparkleShare/Mac/Info.plist +++ b/SparkleShare/Mac/Info.plist @@ -9,9 +9,9 @@ CFBundleName SparkleShare CFBundleVersion - 1.3 + 1.4 CFBundleShortVersionString - 1.3 + 1.4 LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion diff --git a/SparkleShare/Windows/SparkleShare.wxs b/SparkleShare/Windows/SparkleShare.wxs index 943ef08e..5220c699 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='1.4' Manufacturer='SparkleShare'> diff --git a/configure.ac b/configure.ac index dd06935e..e0cc3ec6 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.3]) +m4_define([sparkleshare_version], [1.4]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)