diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-01-15 02:39:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-01-15 02:39:48 +0000 |
commit | 6af7267617e30c2646fa160689810cd7eeb56533 (patch) | |
tree | 7af4103fd56b574286097882afd916eca6c97d24 | |
parent | f103b74ebfbe85c2762ea38fcb0d422d662c2e23 (diff) | |
download | skalibs-6af7267617e30c2646fa160689810cd7eeb56533.tar.xz |
Fix main dl link
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-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 e79ba0f..e4e5722 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ with a standard C development environment </li> <h3> Download </h3> <ul> - <li> The current released version of skalibs is <a href="skalibs-2.12.1.0.tar.gz">2.12.1.0</a>. </li> + <li> The current released version of skalibs is <a href="skalibs-2.13.0.0.tar.gz">2.13.0.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/skalibs/">skalibs git repository</a>: |