From 55048e1f7aa9a12ca779f26a42fc62e4982df6a4 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 17 Dec 2017 11:31:04 +0100 Subject: [PATCH] Bump version to 2.0.1 --- SparkleShare/Mac/Info.plist | 4 ++-- SparkleShare/Windows/SparkleShare.wxs | 2 +- Sparkles/InstallationInfo.Directory.cs | 2 +- configure.ac | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SparkleShare/Mac/Info.plist b/SparkleShare/Mac/Info.plist index 1fa0bc60..3df3ed24 100755 --- a/SparkleShare/Mac/Info.plist +++ b/SparkleShare/Mac/Info.plist @@ -9,9 +9,9 @@ CFBundleName SparkleShare CFBundleShortVersionString - 2.0 + 2.0.1 CFBundleVersion - 2.0 + 2.0.1 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/SparkleShare/Windows/SparkleShare.wxs b/SparkleShare/Windows/SparkleShare.wxs index 9bd44834..6ca687b2 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='2.0.1' Manufacturer='SparkleShare'> diff --git a/Sparkles/InstallationInfo.Directory.cs b/Sparkles/InstallationInfo.Directory.cs index ba4b2195..13e5bfe1 100644 --- a/Sparkles/InstallationInfo.Directory.cs +++ b/Sparkles/InstallationInfo.Directory.cs @@ -18,7 +18,7 @@ using System.Reflection; [assembly:AssemblyTitle ("Sparkles")] -[assembly:AssemblyVersion ("2.0")] +[assembly:AssemblyVersion ("2.0.1")] [assembly:AssemblyCopyright ("Copyright (c) 2010 Hylke Bons and others")] namespace Sparkles { diff --git a/configure.ac b/configure.ac index 790b4d03..91f42c96 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], [2.0]) +m4_define([sparkleshare_version], [2.0.1]) AC_PREREQ([2.54]) AC_INIT([SparkleShare], sparkleshare_version)