diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/Makefile.in | 3 | ||||
-rw-r--r-- | html/index.html | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/html/Makefile.in b/html/Makefile.in index 82467b8f..4c0c8e3e 100644 --- a/html/Makefile.in +++ b/html/Makefile.in @@ -448,7 +448,8 @@ docfiles = \ v4.0.5.html \ v4.0.6.html \ v4.0.7.html \ - v4.0.8.html + v4.0.8.html \ + v4.0.9.html dist_doc_DATA = $(docfiles) SUBDIRS = images man diff --git a/html/index.html b/html/index.html index 06e3d59b..a6b1900d 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.8.html">v4.0.8</a></td> + <td><a href="v4.0.9.html">v4.0.9</a></td> </tr> <tr> <th>Master Download Site</th> @@ -116,7 +116,7 @@ </ul> <hr> <p> - Last updated $Date: 2017-11-07 02:00:06 $. + Last updated $Date: 2017-11-18 20:00:44 $. </p> </body> </html> |