Bump version for 2.4.0

This commit is contained in:
David Adam 2016-11-08 11:06:13 +08:00
parent 0b0d0e7799
commit 54360d8cfe
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -167,7 +167,7 @@
#define PACKAGE_NAME "fish"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "fish 2.4b1"
#define PACKAGE_STRING "fish 2.4.0"
/* 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.4b1"
#define PACKAGE_VERSION "2.4.0"
/* The size of `wchar_t', as computed by sizeof. */
#define SIZEOF_WCHAR_T 4