From e9543617f63d2a96c358d19f672441c9d6f7780c Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 18 Oct 2016 22:06:13 +0800 Subject: [PATCH] Bump version for 2.4b1 --- CHANGELOG.md | 2 +- osx/Info.plist | 2 +- osx/config.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2509e2d..3a40065d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# next-2.x +# fish 2.4b1 (released October 18, 2016) ## Significant changes - The clipboard integration has been revamped with explicit bindings. The killring commands no longer copy from, or paste to, the X11 clipboard - use the new copy (`C-x`) and paste (`C-v`) bindings instead. The clipboard is now available on OS X as well as systems using X11 (e.g. Linux). (#3061) diff --git a/osx/Info.plist b/osx/Info.plist index dbbcc6398..0f6f3a944 100644 --- a/osx/Info.plist +++ b/osx/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.3.500 + 2.3.900 CFBundleVersion 0.1 LSApplicationCategoryType diff --git a/osx/config.h b/osx/config.h index 30cac1f8e..c481274e2 100644 --- a/osx/config.h +++ b/osx/config.h @@ -167,7 +167,7 @@ #define PACKAGE_NAME "fish" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "fish 2.3.1-git" +#define PACKAGE_STRING "fish 2.4b1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "fish" @@ -176,7 +176,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.3.1-git" +#define PACKAGE_VERSION "2.4b1" /* The size of `wchar_t', as computed by sizeof. */ #define SIZEOF_WCHAR_T 4