From b6ea49f059668241d4772c319f42f194db469024 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 30 Oct 2014 18:58:09 +0000 Subject: [PATCH] Bump version to 1.5 --- SparkleLib/Defines.cs | 2 +- SparkleShare/Mac/Info.plist | 4 ++-- SparkleShare/Windows/SparkleShare.wxs | 2 +- configure.ac | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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)