mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-11-04 06:11:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			477 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			477 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 HTML Stylesheet Version "
 | 
						|
     ;; trim off the trailing newline
 | 
						|
     (substring version 0 (- verslen 1)))))
 |