summaryrefslogtreecommitdiff
path: root/numpy/core/include
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-11-05 12:32:33 -0600
committerCharles Harris <charlesr.harris@gmail.com>2016-11-05 12:32:33 -0600
commit28e39059622fdfa4e5d454564afa77fc9468768b (patch)
tree569c10a7e3a8ee60641b9f80974105efd040d31b /numpy/core/include
parent2272c32d90026cc07af9c8bca3c2a33feb1e788a (diff)
downloadnumpy-28e39059622fdfa4e5d454564afa77fc9468768b.tar.gz
REL: Updates for C-ABI and C-API.
No changes in the interfaces but some housekeeping is needed. - Add comments to cversions.txt and setup_common.py - Add NPY_1_12_API_VERSION to numpyconfig.h [ci skip]
Diffstat (limited to 'numpy/core/include')
-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 71ced6e07..701f02c6e 100644
--- a/numpy/core/include/numpy/numpyconfig.h
+++ b/numpy/core/include/numpy/numpyconfig.h
@@ -33,5 +33,6 @@
#define NPY_1_9_API_VERSION 0x00000008
#define NPY_1_10_API_VERSION 0x00000008
#define NPY_1_11_API_VERSION 0x00000008
+#define NPY_1_12_API_VERSION 0x00000008
#endif