Hi!
Would that be OK to commit?
2007-08-30 Christian Thalinger <[EMAIL PROTECTED]>
* include/jni.h (JNI_VERSION_1_6): Added.
- twisti
---
Index: include/jni.h
===================================================================
RCS file: /cvsroot/classpath/classpath/include/jni.h,v
retrieving revision 1.10
diff -u -3 -p -r1.10 jni.h
--- include/jni.h 28 Jun 2007 15:47:37 -0000 1.10
+++ include/jni.h 30 Aug 2007 08:58:12 -0000
@@ -142,6 +142,7 @@ typedef struct _jmethodID *jmethodID;
#define JNI_VERSION_1_1 0x00010001
#define JNI_VERSION_1_2 0x00010002
#define JNI_VERSION_1_4 0x00010004
+#define JNI_VERSION_1_6 0x00010006
/* Used when releasing array elements. */
#define JNI_COMMIT 1