summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-06-20 17:26:26 -0600
committerGitHub <noreply@github.com>2018-06-20 17:26:26 -0600
commit7850096157436c650803e8ea6d98ec0d42d96102 (patch)
tree73e6cfb74b12592f07bf859a2b8383a9f8599bc1
parent221da37c33a99a3bc5356dd40635acc832c05e6b (diff)
parentf8840ef3324c6e86676d4224a4ce13653d8d826e (diff)
downloadnumpy-1.15.0rc1.tar.gz
Merge pull request #11393 from charris/update-npyconfigv1.15.0rc1
REL,MAINT: Update numpyconfig.h for 1.15.
-rw-r--r--numpy/core/include/numpy/numpyconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/include/numpy/numpyconfig.h b/numpy/core/include/numpy/numpyconfig.h
index 04a3738b9..ab198f36b 100644
--- a/numpy/core/include/numpy/numpyconfig.h
+++ b/numpy/core/include/numpy/numpyconfig.h
@@ -36,5 +36,6 @@
#define NPY_1_12_API_VERSION 0x00000008
#define NPY_1_13_API_VERSION 0x00000008
#define NPY_1_14_API_VERSION 0x00000008
+#define NPY_1_15_API_VERSION 0x00000008
#endif