self: Remove extra paren in manual version string.

* guix/self.scm (info-manual)[build]: Remove extra closing paren in
VERSION.
This commit is contained in:
Ludovic Courtès 2018-11-05 22:58:19 +01:00
parent 5f7dd092ca
commit cbe7387c04
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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