racket/collects/version/patchlevel.rkt
2010-04-27 16:50:15 -06:00

6 lines
198 B
Racket

;; this file contains the current patch level of DrScheme
;; it is usually `0' in the repository, and changed only when a patch is made.
#lang scheme/base
(define patchlevel 0)
(provide patchlevel)