Skip to content

Commit 8e56349

Browse files
committed
Bump revision to 3.1.90 to prepare for beta
1 parent ff60ba8 commit 8e56349

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(CMAKE_C_FLAGS_RELWITHDEBINFO)
1010
endif()
1111

1212
project(turbojpeg-java C)
13-
set(VERSION 3.1.80)
13+
set(VERSION 3.1.90)
1414
set(MSVC_LIKE 0)
1515
if(MSVC OR CMAKE_C_SIMULATE_ID STREQUAL "MSVC")
1616
set(MSVC_LIKE 1)

ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
3.2 Evolving
2-
============
1+
3.1.90 (3.2 beta1)
2+
==================
33

4-
### Significant changes relative to 3.1.x
4+
### Significant changes relative to 3.1.4
55

66
1. The JNI library loader in the TurboJPEG Java wrapper now looks for the
77
TurboJPEG JNI library in the same directory as **turbojpeg.jar** if it cannot

0 commit comments

Comments
 (0)