diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-30 12:05:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-30 12:05:16 +0000 |
commit | 2a73901e12a1f3b498e6901ef607b55f9f193097 (patch) | |
tree | c4798c442240943ab2bc2e93ec1a62cedc5b1466 | |
parent | 1f7a397ea589f31ab8e8eed72ebc2933ddb229a9 (diff) | |
download | s6-2a73901e12a1f3b498e6901ef607b55f9f193097.tar.xz |
Bump skalibs dep
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.9.4.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.10.0.0 or later: http://skarnet.org/software/skalibs/ - Optional: execline version 2.7.0.0 or later: http://skarnet.org/software/execline/ This software will run on any operating system that implements diff --git a/doc/index.html b/doc/index.html index 9587d5d..9a01f14 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,7 +83,7 @@ with s6</a> </li> <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.9.4.0 or later. It's a build-time requirement. It's also a run-time +2.10.0.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> <li> Optional: <a href="//skarnet.org/software/execline/">execline</a> version diff --git a/doc/upgrade.html b/doc/upgrade.html index ef257eb..5837345 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,7 +22,7 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> -dependency bumped to 2.9.4.0. </li> +dependency bumped to 2.10.0.0. </li> <li> <a href="//skarnet.org/software/execline/">execline</a> dependency bumped to 2.7.0.0. </li> <li> <a href="s6-svscan.html">s6-svscan</a> and |