mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ (define build
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue