Bump version for 3.0.1

This commit is contained in:
David Adam 2019-02-11 19:40:26 +08:00
parent 339b195e74
commit e26ab3d81c
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# fish 3.0.1
# fish 3.0.1 (released February 11, 2019)
This release of fish fixes a number of major issues discovered in fish 3.0.0.

View file

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

View file

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