blob: cee6faf306e4227fd6926c405634ca2d0cf2a28b (
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:00 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 Print Stylesheet Version "
;; Trim off bounding white space.
(strip "&VERSION;")))
|