diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL index 6fd31dc..fd81250 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.9.2.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.9.3.0 or later: http://skarnet.org/software/skalibs/ This software is Linux-specific. It will run on a Linux kernel, version 2.6.10 or later. diff --git a/doc/index.html b/doc/index.html index 9b6f46b..594196b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -98,7 +98,7 @@ and does not pull in any unnecessary code. </li> The Linux kernel must be 2.6.10 or later. </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.9.2.0 or later. It's a build-time requirement. It's also a run-time +2.9.3.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library. </li> </ul> @@ -107,7 +107,7 @@ library. </li> <p> mdevd is free software. It is available under the -<a href="http://opensource.org/licenses/ISC">ISC license</a>. +<a href="https://opensource.org/licenses/ISC">ISC license</a>. </p> <h3> Download </h3> diff --git a/doc/upgrade.html b/doc/upgrade.html index d9a7d38..2725faf 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,6 +21,8 @@ <h2> in 0.1.2.0 </h2> <ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.9.3.0. </li> <li> A <tt>-o <em>outputfd</em></tt> option has been added to <a href="mdevd.html">mdevd</a>. </li> </ul> |