Welcome to little lamb

Code » slicd » commit cc21047

Fix skalibs dependency

author Olivier Brunel
2016-10-30 17:19:33 UTC
committer Olivier Brunel
2016-10-30 17:21:08 UTC
parent a1f13b17cfb05a976a70b6556a78259e1e8a96e0

Fix skalibs dependency

2.3.11.0 never actually existed, we were (lazily) waiting for a new
release post-fix; This would be 2.4.0.0

Dependency was bumped in 061d519e, and this is about skalibs' commit
43dfdcee fixing a bug in bitarray_not()

INSTALL +1 -1

diff --git a/INSTALL b/INSTALL
index 4ea26ff..21fc0a1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@ Build Instructions
 
   - A POSIX-compliant C development environment
   - GNU make version 4.0 or later
-  - skalibs version 2.3.11.0 or later: http://skarnet.org/software/skalibs/
+  - skalibs version 2.4.0.0 or later: http://skarnet.org/software/skalibs/
 
 
 * Standard usage