diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-14 20:17:21 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-14 20:17:21 +0000 |
commit | 035e18d3ec90c567219ed4675dae77ddc761a0db (patch) | |
tree | 6ce537cf8fb97f04aa39015de5f64afd0e499739 /numpy | |
parent | 99e91276897b8194df8765f2a393874f3677016e (diff) | |
download | numpy-035e18d3ec90c567219ed4675dae77ddc761a0db.tar.gz |
Bump NPY_VERSION for ufunc patch.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/include/numpy/ndarrayobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/ndarrayobject.h b/numpy/core/include/numpy/ndarrayobject.h index 17bf0dbfe..df8adaee0 100644 --- a/numpy/core/include/numpy/ndarrayobject.h +++ b/numpy/core/include/numpy/ndarrayobject.h @@ -39,7 +39,7 @@ extern "C" CONFUSE_EMACS #define NPY_SUCCEED 1 /* Helpful to distinguish what is installed */ -#define NPY_VERSION 0x0100000A +#define NPY_VERSION 0x0100000B /* Some platforms don't define bool, long long, or long double. Handle that here. |