We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff60ba8 commit 8e56349Copy full SHA for 8e56349
CMakeLists.txt
@@ -10,7 +10,7 @@ if(CMAKE_C_FLAGS_RELWITHDEBINFO)
10
endif()
11
12
project(turbojpeg-java C)
13
-set(VERSION 3.1.80)
+set(VERSION 3.1.90)
14
set(MSVC_LIKE 0)
15
if(MSVC OR CMAKE_C_SIMULATE_ID STREQUAL "MSVC")
16
set(MSVC_LIKE 1)
ChangeLog.md
@@ -1,7 +1,7 @@
1
-3.2 Evolving
2
-============
+3.1.90 (3.2 beta1)
+==================
3
4
-### Significant changes relative to 3.1.x
+### Significant changes relative to 3.1.4
5
6
1. The JNI library loader in the TurboJPEG Java wrapper now looks for the
7
TurboJPEG JNI library in the same directory as **turbojpeg.jar** if it cannot
0 commit comments