diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-05-04 17:56:55 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-05-04 22:05:45 -0600 |
commit | 8bf8b34bdceb9425e106278730ae50a95ad6b0ff (patch) | |
tree | 14eddd69330c60fffc4d177a07f2bf7397526bde /numpy | |
parent | bcfe8fa7dfefdf6b3d60c39f8c758978e07f2da9 (diff) | |
download | numpy-8bf8b34bdceb9425e106278730ae50a95ad6b0ff.tar.gz |
MAINT: Add NPY_1_9_API_VERSION to numpyconfig.h.
Defined to the same value it same value as the NPY_1_8_API_VERSION as
there have been no deprecated macros or functions in the include files.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/include/numpy/numpyconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/include/numpy/numpyconfig.h b/numpy/core/include/numpy/numpyconfig.h index 5ca171f21..9d6dce004 100644 --- a/numpy/core/include/numpy/numpyconfig.h +++ b/numpy/core/include/numpy/numpyconfig.h @@ -30,5 +30,6 @@ */ #define NPY_1_7_API_VERSION 0x00000007 #define NPY_1_8_API_VERSION 0x00000008 +#define NPY_1_9_API_VERSION 0x00000008 #endif |