racket/collects/version/patchlevel.rkt
2010-05-17 01:27:03 -04:00

6 lines
193 B
Racket

;; This file contains the current patch level of Racket.
;; It is usually `0' in the repository, changes only when a patch is made.
#lang scheme/base
(define patchlevel 0)
(provide patchlevel)