blob: e6186f6529b8ff57fafd42fb53a755294b87124c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
;; $Id: version.dsl,v 1.2 2004/07/11 06:21:01 nyraghu Exp $
;;
;; 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)
(string-append
"Modular DocBook HTML Stylesheet Version "
;; Trim off bounding white space.
(strip "&VERSION;")))
|