diff options
author | Thouis (Ray) Jones <thouis@gmail.com> | 2012-07-06 23:43:50 +0200 |
---|---|---|
committer | Thouis (Ray) Jones <thouis@gmail.com> | 2012-07-06 23:43:50 +0200 |
commit | b42653982c7e8a093369ec9b1cf6088e47c29904 (patch) | |
tree | 4ee203740ec68e2e229321320cbb7b3de047fefd | |
parent | aeff403ff868e822ebebdb8e6fb02055cd6ccf5b (diff) | |
download | numpy-b42653982c7e8a093369ec9b1cf6088e47c29904.tar.gz |
Update C-API version hash
-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 99ea072ca..5bdb33c94 100644 --- a/numpy/core/code_generators/cversions.txt +++ b/numpy/core/code_generators/cversions.txt @@ -10,4 +10,4 @@ # PyArray_CountNonzero, PyArray_NewLikeArray and PyArray_MatrixProduct2. 0x00000006 = e61d5dc51fa1c6459328266e215d6987 # Version 7 (NumPy 1.7) improved datetime64, misc utilities. -0x00000007 = 1768b6c404a3d5a2a6bfe7c68f89e3aa +0x00000007 = e396ba3912dcf052eaee1b0b203a7724 |