[Numpy-svn] r2874 - trunk/numpy/core/include/numpy

numpy-svn at scipy.org numpy-svn at scipy.org
Fri Jul 21 04:02:00 EDT 2006


Author: oliphant
Date: 2006-07-21 03:01:58 -0500 (Fri, 21 Jul 2006)
New Revision: 2874

Modified:
   trunk/numpy/core/include/numpy/arrayobject.h
Log:
Change version to 01000000

Modified: trunk/numpy/core/include/numpy/arrayobject.h
===================================================================
--- trunk/numpy/core/include/numpy/arrayobject.h	2006-07-21 08:00:51 UTC (rev 2873)
+++ trunk/numpy/core/include/numpy/arrayobject.h	2006-07-21 08:01:58 UTC (rev 2874)
@@ -36,7 +36,7 @@
 #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.




More information about the Numpy-svn mailing list