Files
smarty/docs/dsssl/docbook/print/version.dsl
2004-03-23 18:20:30 +00:00

17 lines
478 B
Plaintext
Executable File

;; $Id$
;;
;; This file is part of the Modular DocBook Stylesheet distribution.
;; See ../README or http://www.nwalsh.com/docbook/dsssl/
;;
;; If **ANY** change is made to this file, you _MUST_ alter the
;; following definition:
(define (stylesheet-version)
(let* ((version "&VERSION;")
(verslen (string-length version)))
(string-append
"Modular DocBook Print Stylesheet Version "
;; trim off the trailing newline
(substring version 0 (- verslen 1)))))