]> granicus.if.org Git - libjpeg-turbo/commitdiff
BUILDING.md/README.md: Increment libjpeg SO age
authorDRC <information@libjpeg-turbo.org>
Fri, 18 Nov 2016 15:09:41 +0000 (09:09 -0600)
committerDRC <information@libjpeg-turbo.org>
Sun, 20 Nov 2016 22:22:23 +0000 (16:22 -0600)
Documentation buglet.  This should have been changed in
6ed4d9d11085acd04dc7f2f899848693976dc010 to reflect the addition of
libjpeg API functions in libjpeg-turbo 1.5.

BUILDING.md
README.md

index 9a14b570fba2691abaf31e4b940874dc830cae50..7cf3d6f9ff0dfb8afe4701acfb1ec926b779b97f 100644 (file)
@@ -87,7 +87,7 @@ Static link library for the libjpeg API
 **cygjpeg-{version}.dll** (Cygwin)<br>
 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.
 
index f8c3f780693b55b75bfa4897f2845136d4a7e97c..74e6eac45a78b7c4817b2c85373c1673dfb3d5a2 100755 (executable)
--- 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