diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-30 12:03:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-30 12:03:57 +0000 |
commit | a5e07eeb589c22e3c87e55a2a3e4267976429ff2 (patch) | |
tree | ca1691b7f71d5d84fb3cf8390b2b4d6f5e5c343b /doc | |
parent | ed9842b88802bf75b7e194434438df2ecb88d3aa (diff) | |
download | execline-a5e07eeb589c22e3c87e55a2a3e4267976429ff2.tar.xz |
Bump skalibs dep
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index c04c9d7..2e9c079 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,7 +51,7 @@ shell's syntax, and has no security issues. <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> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index 2d6172c..d63766c 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="forstdin.html">forstdin</a> now exits 1 on immediate EOF, and only splits on newlines by default. </li> <li> <a href="forbacktickx.html">forbacktickx</a>, which is a wrapper |