guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Bump version to 2.2.2. (was: The website's 2.x series release in


From: Alex Vong
Subject: [PATCH] Bump version to 2.2.2. (was: The website's 2.x series release information is out of date)
Date: Wed, 08 Nov 2017 23:15:03 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Tom Jakubowski <address@hidden> writes:

> Unsure if this is the right list; if it's the wrong one, then I'm sorry!
>
Thanks for your report, I think you are on the right list!

> At press time, https://www.gnu.org/software/guile/download/ says, "The
> latest release of Guile's 2.2.x series is 2.2.0", and links to the 2.2.0
> release. But the latest release on the ftp site is 2.2.2.

Indeed, the website seems to be out of sync. The following patch bumps
the latest-guile-version to 2.2.2:

From cd1e592eacb8e24981664f822fab106036b7acc0 Mon Sep 17 00:00:00 2001
From: Alex Vong <address@hidden>
Date: Wed, 8 Nov 2017 23:08:03 +0800
Subject: [PATCH] Bump version to 2.2.2.

* website/utils.scm (latest-guile-version): Bump to 2.2.2.
---
 website/utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/utils.scm b/website/utils.scm
index 37816be..e7487fe 100644
--- a/website/utils.scm
+++ b/website/utils.scm
@@ -28,7 +28,7 @@
   (make-parameter "/software/guile"))
 
 (define latest-guile-version
-  (make-parameter "2.2.0"))
+  (make-parameter "2.2.2"))
 
 ;;; URLs
 (define* (site-url #:optional (path ""))
-- 
2.15.0

Cheers,
Alex

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]