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:
parent
5f7dd092ca
commit
cbe7387c04
|
@ -290,7 +290,7 @@ DOMAIN, a gettext domain."
|
||||||
;; doesn't change at each commit?
|
;; doesn't change at each commit?
|
||||||
(call-with-output-file "version.texi"
|
(call-with-output-file "version.texi"
|
||||||
(lambda (port)
|
(lambda (port)
|
||||||
(let ((version "0.0-git)"))
|
(let ((version "0.0-git"))
|
||||||
(format port "
|
(format port "
|
||||||
@set UPDATED 1 January 1970
|
@set UPDATED 1 January 1970
|
||||||
@set UPDATED-MONTH January 1970
|
@set UPDATED-MONTH January 1970
|
||||||
|
|
Loading…
Reference in New Issue