~ chicken-core (chicken-5) 1bd9b185e6e7d6f0bec94ba00891897da8f4dae9
commit 1bd9b185e6e7d6f0bec94ba00891897da8f4dae9
Author: Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Mon Jul 27 22:49:14 2015 -0300
Commit: Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Mon Jul 27 22:53:51 2015 -0300
README: fix binversion in libchicken filename ("What gets installed" section)
diff --git a/README b/README
index ac865653..b2304628 100644
--- a/README
+++ b/README
@@ -305,8 +305,8 @@
| |-- libchicken.a
| |-- libchicken.dll.a (Windows)
| |-- libchicken.dylib (Macintosh)
- | |-- libchicken.so -> libchicken.so.6 (Unix)
- | `-- libchicken.so.6 (Unix)
+ | |-- libchicken.so -> libchicken.so.7 (Unix)
+ | `-- libchicken.so.7 (Unix)
`-- share
|-- chicken
| |-- doc
Trap