diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-11-04 16:38:33 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-11-04 16:38:33 +0000 |
commit | 1c3bf0e9c0b2f6cc8d0ea5e7a2cff20b943a93aa (patch) | |
tree | 4008acede57da9b919dbfad8a030cc20cc9160b2 /doc/index.html | |
parent | fe48a8349911bc55d1f3d06ac2f1162227f15407 (diff) | |
download | s6-rc-1c3bf0e9c0b2f6cc8d0ea5e7a2cff20b943a93aa.tar.xz |
- link .so to correct soname
- fully strip shared libs
- Makefile syntactic consistency
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 32b62d2..4a14c4f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -66,7 +66,7 @@ scripts are also run in a controlled environment. <ul> <li> The current released version of s6-rc is -<a href="s6-rc-0.0.1.3.tar.gz">0.0.1.3</a>. </li> +<a href="s6-rc-0.0.1.4.tar.gz">0.0.1.4</a>. </li> <li> Alternatively, you can checkout a copy of the s6-rc git repository: <pre> git clone git://git.skarnet.org/s6-rc </pre> </li> <li> There's also a |