From f249aacd9adacc7a6266eb3cf34dca7682ae603d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 7 Jan 2016 17:34:10 +0100 Subject: website: Change "alpha" to "beta" on the front page. * website/www.scm (main-page): Change "alpha" to "beta". --- website/www.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'website/www.scm') diff --git a/website/www.scm b/website/www.scm index cae813b..5efc888 100644 --- a/website/www.scm +++ b/website/www.scm @@ -1,5 +1,5 @@ ;;; GuixSD website --- GNU's advanced distro website -;;; Copyright © 2015 Ludovic Courtès +;;; Copyright © 2015, 2016 Ludovic Courtès ;;; Copyright © 2015 Mathieu Lirzin ;;; Initially written by Luis Felipe López Acevedo ;;; who waives all copyright interest on this file. @@ -200,7 +200,7 @@ domain-specific languages (EDSLs) to " (div (@ (class "featured-actions")) (a (@ (href ,(base-url "download")) (class "action download")) - "TEST v" ,(latest-guix-version) " (alpha)") + "TEST v" ,(latest-guix-version) " (beta)") (a (@ (href ,(base-url "contribute")) (class "action contribute")) "CONTRIBUTE")))) -- cgit v1.2.3