summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-21 11:29:10 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-21 11:29:10 +0000
commit1b409ce9fe55ebf61eaa5d295753b0b8ad1efcf2 (patch)
treeef7490765801204797ca3d9d440fcd081674a82a
parente5a5e245f19f3bf6aa606a43e262be5431ade27f (diff)
downloadnumpy-1b409ce9fe55ebf61eaa5d295753b0b8ad1efcf2.tar.gz
Update C-API version.
-rw-r--r--numpy/core/include/numpy/arrayobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/arrayobject.h b/numpy/core/include/numpy/arrayobject.h
index 447be1f32..2f2b68ad7 100644
--- a/numpy/core/include/numpy/arrayobject.h
+++ b/numpy/core/include/numpy/arrayobject.h
@@ -74,7 +74,7 @@ extern "C" {
#define PY_SUCCEED 1
/* Helpful to distinguish what is installed */
-#define NDARRAY_VERSION 0x00090401
+#define NDARRAY_VERSION 0x00090402
/* Some platforms don't define bool, long long, or long double.
Handle that here.