summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2018-06-21 08:16:40 +1200
committerGitHub <noreply@github.com>2018-06-21 08:16:40 +1200
commitcd731d5cdbac143b9de5e188b74e03514d3c73b8 (patch)
treead50af2fce9ba2a5411b82c2fd53fa8840ba612c
parent8515c67fec092a1f369e3eddf2a3240f8747caba (diff)
parent30db79378963c810906b5475a3dd295bf9dfc617 (diff)
downloadnumpy-cd731d5cdbac143b9de5e188b74e03514d3c73b8.tar.gz
Merge pull request #11390 from charris/update-npyconfig
REL: 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