racket/collects/version/patchlevel.ss
Eli Barzilay 0f835f2003 some more "cvs" removals
svn: r37
2005-06-01 06:05:38 +00:00

6 lines
213 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.
(module patchlevel mzscheme
(define patchlevel 0)
(provide patchlevel))