From 9acc417ec98bd4e06d7256e6e61769d08050fd0f Mon Sep 17 00:00:00 2001 From: Rob McBroom Date: Tue, 12 Apr 2016 22:15:34 -0400 Subject: [PATCH] bump version to 1.4.1 build 4019 --- Quicksilver/Configuration/Developer.xcconfig | 4 ++-- Quicksilver/SharedSupport/CHANGELOG | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Quicksilver/Configuration/Developer.xcconfig b/Quicksilver/Configuration/Developer.xcconfig index 678685a23..e406656fa 100644 --- a/Quicksilver/Configuration/Developer.xcconfig +++ b/Quicksilver/Configuration/Developer.xcconfig @@ -1,10 +1,10 @@ // This file contains developer-specific information. You can provide temporary overrides to build settings here. // The bundle version displayed in the Finder's Get Info dialog and About Box -QS_INFO_VERSION = 1.4.0 +QS_INFO_VERSION = 1.4.1 // The current development version shown in About Box -QS_BUNDLE_VERSION = 4018 +QS_BUNDLE_VERSION = 4019 // A build of Quicksilver that breaks backwards compatibility for plugins. Setting a value here will mean that all future plugins built with `bltrversion` will have a minimum QS version requirement of this value QS_BACKWARDS_COMPATIBILITY_BREAK = 4001 diff --git a/Quicksilver/SharedSupport/CHANGELOG b/Quicksilver/SharedSupport/CHANGELOG index 1c724df9a..846b85045 100644 --- a/Quicksilver/SharedSupport/CHANGELOG +++ b/Quicksilver/SharedSupport/CHANGELOG @@ -1,4 +1,4 @@ -## Changes - 1.4.0 (4018) ## +## Changes - 1.4.1 (4019) ## ### New ###