0b82e08b9e
resolves: RHEL-65292
24 lines
1.0 KiB
Diff
24 lines
1.0 KiB
Diff
From a5cc27fc952ec213e82849d7c26f977a6321e0b1 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 22 Oct 2024 17:44:06 +0100
|
|
Subject: [PATCH] website: Fix link to latest development version
|
|
|
|
Fixes: commit 0edaea8f91bf08025651eeff32f53b9335003842
|
|
---
|
|
website/index.html.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/website/index.html.in b/website/index.html.in
|
|
index 2a0d3221..13c5ff25 100644
|
|
--- a/website/index.html.in
|
|
+++ b/website/index.html.in
|
|
@@ -183,7 +183,7 @@ git clone <a href="https://github.com/libguestfs/libguestfs">https://github.com/
|
|
<p class="latest">
|
|
<em><small>
|
|
<!--
|
|
-LATEST-URL: http://libguestfs.org/download/1.53-development/libguestfs-@PACKAGE_VERSION@.tar.gz
|
|
+LATEST-URL: http://libguestfs.org/download/1.55-development/libguestfs-@PACKAGE_VERSION@.tar.gz
|
|
LATEST-VERSION: @PACKAGE_VERSION@
|
|
-->
|
|
<a href="download/1.55-development/">Latest development version: <strong>@PACKAGE_VERSION@</strong></a> (released <strong>@RELEASE_DATE@</strong>).<br/>
|