diff options
author | rgommers <ralf.gommers@googlemail.com> | 2011-03-11 12:01:31 +0800 |
---|---|---|
committer | rgommers <ralf.gommers@googlemail.com> | 2011-03-11 12:01:31 +0800 |
commit | 08e83067f82463dba45c25d379bc09ec8fcdb00d (patch) | |
tree | 14cf86f86d404b2eff88ac137d5539b75a491dd9 /numpy | |
parent | 859c269b56e1b90c45e3f3ad2eb120e9d6a04a79 (diff) | |
download | numpy-08e83067f82463dba45c25d379bc09ec8fcdb00d.tar.gz |
BLD: update C API version again after Mark's renaming of functions.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/code_generators/cversions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/code_generators/cversions.txt b/numpy/core/code_generators/cversions.txt index 5bccf2cc0..633c1be96 100644 --- a/numpy/core/code_generators/cversions.txt +++ b/numpy/core/code_generators/cversions.txt @@ -8,4 +8,4 @@ 0x00000005 = 77e2e846db87f25d7cf99f9d812076f0 # Version 6 added new iterator, half float and casting functions, # PyArray_CountNonzero, PyArray_NewLikeArray and PyArray_MatrixProduct2. -0x00000006 = 941534d1afbc085b996141e8027d1d1e +0x00000006 = a413221a7ff73fcf251aeb5ee8fa73ff |