Bettern cmap handling. Lots of changes.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#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)))
|
||||
|
||||
Reference in New Issue
Block a user