diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/src/jni/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/jni/Makefile.in b/java/src/jni/Makefile.in index 39879e0..97febf1 100644 --- a/java/src/jni/Makefile.in +++ b/java/src/jni/Makefile.in @@ -736,13 +736,13 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. LT_VERS_INTERFACE = 100 -LT_VERS_REVISION = 0 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 LT_CXX_VERS_INTERFACE = 100 LT_CXX_VERS_REVISION = 0 LT_CXX_VERS_AGE = 0 LT_F_VERS_INTERFACE = 100 -LT_F_VERS_REVISION = 0 +LT_F_VERS_REVISION = 1 LT_F_VERS_AGE = 0 LT_HL_VERS_INTERFACE = 100 LT_HL_VERS_REVISION = 0 @@ -757,7 +757,7 @@ LT_JAVA_VERS_INTERFACE = 100 LT_JAVA_VERS_REVISION = 0 LT_JAVA_VERS_AGE = 0 LT_TOOLS_VERS_INTERFACE = 100 -LT_TOOLS_VERS_REVISION = 0 +LT_TOOLS_VERS_REVISION = 1 LT_TOOLS_VERS_AGE = 0 # Mark this directory as part of the JNI API |