diff options
author | Bob Friesenhahn <bfriesen@simple.dallas.tx.us> | 2017-05-21 19:10:50 +0000 |
---|---|---|
committer | Bob Friesenhahn <bfriesen@simple.dallas.tx.us> | 2017-05-21 19:10:50 +0000 |
commit | 84e1f1b66df4c91951cfc17556d5228d0d3e5c9f (patch) | |
tree | 709d1b35fe94476bf800c76bb2a0f4270663b716 /html | |
parent | c714d5b5a73d7508f9c46da4c479164d7c5b4b85 (diff) | |
download | libtiff-git-84e1f1b66df4c91951cfc17556d5228d0d3e5c9f.tar.gz |
libtiff 4.0.8 releasedv4.0.8Release-v4-0-8
Diffstat (limited to 'html')
-rw-r--r-- | html/index.html | 4 | ||||
-rw-r--r-- | html/man/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/html/index.html b/html/index.html index d1375191..05b23bb3 100644 --- a/html/index.html +++ b/html/index.html @@ -24,7 +24,7 @@ </tr> <tr> <th>Latest Stable Release</th> - <td><a href="v4.0.7.html">v4.0.7</a></td> + <td><a href="v4.0.8.html">v4.0.8</a></td> </tr> <tr> <th>Master Download Site</th> @@ -114,7 +114,7 @@ </ul> <hr> <p> - Last updated $Date: 2016-11-19 17:47:40 $. + Last updated $Date: 2017-05-21 19:10:52 $. </p> </body> </html> diff --git a/html/man/CMakeLists.txt b/html/man/CMakeLists.txt index cb92ea21..897a0e73 100644 --- a/html/man/CMakeLists.txt +++ b/html/man/CMakeLists.txt @@ -74,8 +74,6 @@ set(docfiles pal2rgb.1.html ppm2tiff.1.html raw2tiff.1.html - rgb2ycbcr.1.html - thumbnail.1.html tiff2bw.1.html tiff2pdf.1.html tiff2ps.1.html |