Blame print/version.dsl

Packit Service 4c4772
;; $Id: version.dsl,v 1.2 2004/07/11 06:21:00 nyraghu Exp $
Packit Service 4c4772
;;
Packit Service 4c4772
;; This file is part of the Modular DocBook Stylesheet distribution.
Packit Service 4c4772
;; See ../README or http://www.nwalsh.com/docbook/dsssl/
Packit Service 4c4772
;;
Packit Service 4c4772
Packit Service 4c4772
;; If **ANY** change is made to this file, you _MUST_ alter the
Packit Service 4c4772
;; following definition:
Packit Service 4c4772
Packit Service 4c4772
(define (stylesheet-version)
Packit Service 4c4772
  (string-append
Packit Service 4c4772
   "Modular DocBook Print Stylesheet Version "
Packit Service 4c4772
   ;; Trim off bounding white space.
Packit Service 4c4772
   (strip "&VERSION;")))