#lang racket/base ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Single source for the racket-wiki software version. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (require racket/runtime-path setup/getinfo ) (provide racket-wiki-version) (define-runtime-path info-path "..") (define racket-wiki-version (let ((info (get-info/full info-path))) (info 'version)))