summaryrefslogtreecommitdiff
path: root/collects/version/patchlevel.rkt
blob: 041db37679f307715516dcaf7eab8195c74f04ac (plain)
1
2
3
4
5
;; 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)