diff --git a/BUILDING.md b/BUILDING.md index 9a14b570..7cf3d6f9 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -87,7 +87,7 @@ Static link library for the libjpeg API **cygjpeg-{version}.dll** (Cygwin)
Shared library for the libjpeg API -By default, *{version}* is 62.1.0, 7.1.0, or 8.0.2, depending on whether +By default, *{version}* is 62.2.0, 7.2.0, or 8.1.2, depending on whether libjpeg v6b (default), v7, or v8 emulation is enabled. If using Cygwin, *{version}* is 62, 7, or 8. diff --git a/README.md b/README.md index f8c3f780..74e6eac4 100755 --- a/README.md +++ b/README.md @@ -249,8 +249,8 @@ libjpeg-turbo. This will restore the pre-1.3 behavior, in which libjpeg v8 API/ABI. On Un*x systems, including the in-memory source/destination managers changes -the dynamic library version from 62.0.0 to 62.1.0 if using libjpeg v6b API/ABI -emulation and from 7.0.0 to 7.1.0 if using libjpeg v7 API/ABI emulation. +the dynamic library version from 62.1.0 to 62.2.0 if using libjpeg v6b API/ABI +emulation and from 7.1.0 to 7.2.0 if using libjpeg v7 API/ABI emulation. Note that, on most Un*x systems, the dynamic linker will not look for a function in a library until that function is actually used. Thus, if a program