summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-11-30 12:03:57 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-11-30 12:03:57 +0000
commita5e07eeb589c22e3c87e55a2a3e4267976429ff2 (patch)
treeca1691b7f71d5d84fb3cf8390b2b4d6f5e5c343b
parented9842b88802bf75b7e194434438df2ecb88d3aa (diff)
downloadexecline-a5e07eeb589c22e3c87e55a2a3e4267976429ff2.tar.xz
Bump skalibs dep
-rw-r--r--INSTALL2
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index b17858f..0c92f3b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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: https://skarnet.org/software/skalibs/
+ - skalibs version 2.10.0.0 or later: https://skarnet.org/software/skalibs/
This software will run on any operating system that implements
POSIX.1-2008, available at:
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