summaryrefslogtreecommitdiff
path: root/osx
diff options
context:
space:
mode:
authorMo Zhou <cdluminate@gmail.com>2019-02-11 16:26:13 +0000
committerMo Zhou <cdluminate@gmail.com>2019-02-11 16:26:13 +0000
commita458e1cce18fe7a54817abe3c82f32c113fbf68f (patch)
treee973dc4f4c30b1f3f95fbd099e81921a6eafdaa4 /osx
parente3438ee812fc0ad91c559606eed68c5c942e3e43 (diff)
New upstream version 3.0.1
Diffstat (limited to 'osx')
-rw-r--r--osx/Info.plist2
-rw-r--r--osx/config.h7
2 files changed, 6 insertions, 3 deletions
diff --git a/osx/Info.plist b/osx/Info.plist
index 2eb4b5a..10b7d27 100644
--- a/osx/Info.plist
+++ b/osx/Info.plist
@@ -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>
diff --git a/osx/config.h b/osx/config.h
index d8036fe..77128ac 100644
--- a/osx/config.h
+++ b/osx/config.h
@@ -181,6 +181,9 @@
/* Define to 1 if you have the `wcsndup' function. */
/* #undef HAVE_WCSNDUP */
+/* Define to 1 if you have the `wcstod_l' function. */
+#define HAVE_WCSTOD_L 1
+
/* Define to 1 if the winsize struct and TIOCGWINSZ macro exist */
#define HAVE_WINSIZE 1
@@ -206,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"
@@ -215,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