6 lines
193 B
Racket
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)
|