From c93ec2447c9bffdf19fc3c952078e514129ac5bd Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 28 Nov 2020 17:40:46 +0100 Subject: [PATCH] Bump version to 3.38 --- SparkleShare/Mac/Info.plist | 4 ++-- SparkleShare/Windows/SparkleShare.wxs | 2 +- Sparkles/InstallationInfo.Directory.cs | 2 +- meson.build | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SparkleShare/Mac/Info.plist b/SparkleShare/Mac/Info.plist index 8ca1fe44..9429c24c 100755 --- a/SparkleShare/Mac/Info.plist +++ b/SparkleShare/Mac/Info.plist @@ -9,9 +9,9 @@ CFBundleName SparkleShare CFBundleShortVersionString - 3.28.0 + 3.38 CFBundleVersion - 3.28.0 + 3.38 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/SparkleShare/Windows/SparkleShare.wxs b/SparkleShare/Windows/SparkleShare.wxs index aadac8be..602cc1ec 100644 --- a/SparkleShare/Windows/SparkleShare.wxs +++ b/SparkleShare/Windows/SparkleShare.wxs @@ -2,7 +2,7 @@ + Language='1033' Codepage='1252' Version='3.38' Manufacturer='SparkleShare'> diff --git a/Sparkles/InstallationInfo.Directory.cs b/Sparkles/InstallationInfo.Directory.cs index f7e1bd7d..9dbb608b 100644 --- a/Sparkles/InstallationInfo.Directory.cs +++ b/Sparkles/InstallationInfo.Directory.cs @@ -18,7 +18,7 @@ using System.Reflection; [assembly:AssemblyTitle ("Sparkles")] -[assembly:AssemblyVersion ("3.28.0")] +[assembly:AssemblyVersion ("3.38")] [assembly:AssemblyCopyright ("Copyright (c) 2010 Hylke Bons and others")] namespace Sparkles { diff --git a/meson.build b/meson.build index 55a6785a..fcd58910 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ configuration = configuration_data() configuration.set('ABS_INSTALL_DIR', join_paths(get_option('prefix'), install_dir)) # This line is changed by scripts/bump-version.sh, so keep it intact -configuration.set('VERSION', '3.28.0') +configuration.set('VERSION', '3.38') subdir('Sparkles') subdir('Sparkles/Git')