Bump version for 3.0b1

This commit is contained in:
David Adam 2018-12-11 22:04:20 +08:00
parent e0d7f0bc96
commit 355cb88e38
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# fish 3.0b1
# fish 3.0b1 (released December 11, 2018)
fish 3 is a major release, which introduces some breaking changes alongside improved functionality. Although most existing scripts will continue to work, they should be reviewed against the list below.

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.7.500</string>
<string>2.7.900</string>
<key>CFBundleVersion</key>
<string>0.1</string>
<key>LSApplicationCategoryType</key>

View file

@ -206,7 +206,7 @@
#define PACKAGE_NAME "fish"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "fish 2.7.1-git"
#define PACKAGE_STRING "fish 3.0b1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "fish"
@ -215,7 +215,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "2.7.1-git"
#define PACKAGE_VERSION "3.0b1"
/* The size of `wchar_t', as computed by sizeof. */
#define SIZEOF_WCHAR_T 4