diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-11-05 22:58:19 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-11-06 00:04:11 +0100 |
commit | cbe7387c0423294265faca7d3c648ee88a7baad5 (patch) | |
tree | 6d0325c879771638cab927a7a5de2dbf86603731 /guix/self.scm | |
parent | 5f7dd092ca577a534067f577b8849ed06cabf970 (diff) |
self: Remove extra paren in manual version string.
* guix/self.scm (info-manual)[build]: Remove extra closing paren in
VERSION.
Diffstat (limited to 'guix/self.scm')
-rw-r--r-- | guix/self.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/self.scm b/guix/self.scm index ecf846490f..40ef528ffd 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 |