python/ext/aubio-types.h: lower to numpy 1.7
authorPaul Brossier <piem@piem.org>
Tue, 11 Mar 2014 15:39:47 +0000 (12:39 -0300)
committerPaul Brossier <piem@piem.org>
Tue, 11 Mar 2014 15:39:47 +0000 (12:39 -0300)
python/ext/aubio-types.h

index 91842ed..280d01b 100644 (file)
@@ -1,7 +1,7 @@
 #include <Python.h>
 #include <structmember.h>
 
-#define NPY_NO_DEPRECATED_API NPY_1_8_API_VERSION
+#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
 
 // define numpy unique symbols for aubio
 #define PY_ARRAY_UNIQUE_SYMBOL PYAUBIO_ARRAY_API