;; this file contains the current patch level of DrScheme ;; it is usually `0' in the repository, and changed only when a patch is made. #lang scheme/base (define patchlevel 0) (provide patchlevel)