racket/collects/version/patchlevel.rkt
Eli Barzilay 2c058f5f03 Racketize the `version' collection.
Also some other style things, and get rid of the redundant "doc.txt".
2012-06-20 21:37:50 -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 racket/base
(define patchlevel 0)
(provide patchlevel)