diff --git a/SparkleLib/Defines.cs b/SparkleLib/Defines.cs index a9ad97d2..cd81609f 100644 --- a/SparkleLib/Defines.cs +++ b/SparkleLib/Defines.cs @@ -19,7 +19,7 @@ using System; using System.Reflection; [assembly:AssemblyTitle ("SparkleLib")] -[assembly:AssemblyVersion ("1.4")] +[assembly:AssemblyVersion ("1.5.0")] [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 98b05e8a..73f9a124 100755 --- a/SparkleShare/Mac/Info.plist +++ b/SparkleShare/Mac/Info.plist @@ -9,9 +9,9 @@ CFBundleName SparkleShare CFBundleShortVersionString - 1.4 + 1.5.0 CFBundleVersion - 1.4 + 1.5.0 LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion diff --git a/SparkleShare/Windows/SparkleShare.wxs b/SparkleShare/Windows/SparkleShare.wxs index 5220c699..99bf5fa3 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='1.5.0' Manufacturer='SparkleShare'> diff --git a/configure.ac b/configure.ac index e0cc3ec6..ce1c032a 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.4]) +m4_define([sparkleshare_version], [1.5.0]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)