diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-11-04 16:38:15 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-11-04 16:38:15 +0000 |
commit | fd126192a196e02b2eaeaeb9c6fb359cd92b8a6a (patch) | |
tree | 11faca9bf57b557ab3a3ddf59302332cf09c2a6a /doc/index.html | |
parent | 7a67f58ea5d1168d713e96605a690d1ebaebcfd4 (diff) | |
download | s6-fd126192a196e02b2eaeaeb9c6fb359cd92b8a6a.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 b7f2c0d..99dd520 100644 --- a/doc/index.html +++ b/doc/index.html @@ -100,7 +100,7 @@ library. </li> <h3> Download </h3> <ul> - <li> The current released version of s6 is <a href="s6-2.2.2.1.tar.gz">2.2.2.1</a>. </li> + <li> The current released version of s6 is <a href="s6-2.2.2.2.tar.gz">2.2.2.2</a>. </li> <li> Alternatively, you can checkout a copy of the s6 git repository: <pre> git clone git://git.skarnet.org/s6 </pre> </li> <li> There's also a |