diff --git a/dollar.rkt b/dollar.rkt index c78280159..43ad44c77 100644 --- a/dollar.rkt +++ b/dollar.rkt @@ -35,7 +35,7 @@ (define-syntax (if-versionā‰„6.12 stx) (syntax-case stx () [(_ . rest) - (if (and (not (regexp-match #px"^6\.11\.0\.900$" (version))) + (if (and (not (regexp-match #px"^6\\.11\\.0\\.900$" (version))) (or (regexp-match #px"^6(\\.([0123456789]|10|11)(\\..*|)|)$" (version)) (regexp-match #px"^[123245]\\..*$" (version)))) #'(begin)