diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-07-21 08:01:58 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-21 08:01:58 +0000 |
commit | 3e0ef32d75cbe0749e96666e3fae03101bf837bb (patch) | |
tree | 17ef7bbfa1e3ec33fdd823367b4978d8c06cc3db /numpy | |
parent | 3faacbbc2b90a123440423ad6db109d7a6b978f0 (diff) | |
download | numpy-3e0ef32d75cbe0749e96666e3fae03101bf837bb.tar.gz |
Change version to 01000000
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/include/numpy/arrayobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/arrayobject.h b/numpy/core/include/numpy/arrayobject.h index f27450b55..0033e5896 100644 --- a/numpy/core/include/numpy/arrayobject.h +++ b/numpy/core/include/numpy/arrayobject.h @@ -36,7 +36,7 @@ extern "C" CONFUSE_EMACS #define NPY_SUCCEED 1 /* Helpful to distinguish what is installed */ -#define NPY_VERSION 0x0009090D +#define NPY_VERSION 0x01000000 /* Some platforms don't define bool, long long, or long double. Handle that here. |