Bump version for 3.0.0

This commit is contained in:
David Adam 2018-12-28 21:01:03 +08:00
parent 0c25d7a49c
commit 938ce48d25
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.7.900</string>
<string>3.0.0</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 3.0b1"
#define PACKAGE_STRING "fish 3.0.0"
/* 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 "3.0b1"
#define PACKAGE_VERSION "3.0.0"
/* The size of `wchar_t', as computed by sizeof. */
#define SIZEOF_WCHAR_T 4