civodul pushed a commit to branch master
in repository guix.
commit cbe7387c0423294265faca7d3c648ee88a7baad5
Author: Ludovic Courtès <[email protected]>
Date: Mon Nov 5 22:58:19 2018 +0100
self: Remove extra paren in manual version string.
* guix/self.scm (info-manual)[build]: Remove extra closing paren in
VERSION.
---
guix/self.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/self.scm b/guix/self.scm
index ecf8464..40ef528 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -290,7 +290,7 @@ DOMAIN, a gettext domain."
;; doesn't change at each commit?
(call-with-output-file "version.texi"
(lambda (port)
- (let ((version "0.0-git)"))
+ (let ((version "0.0-git"))
(format port "
@set UPDATED 1 January 1970
@set UPDATED-MONTH January 1970