racket/collects/version/patchlevel.ss
2008-02-27 14:13:45 +00:00

6 lines
198 B
Scheme

;; 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)