From a5744bec622176fee749c920e3b55cf816a6325f Mon Sep 17 00:00:00 2001 From: Sorawee Porncharoenwase Date: Sat, 2 Jan 2021 23:54:24 -0800 Subject: [PATCH] doc: bump the version added to 7.9.0.22 --- pkgs/racket-doc/syntax/scribblings/parse/define.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/syntax/scribblings/parse/define.scrbl b/pkgs/racket-doc/syntax/scribblings/parse/define.scrbl index 815396a4bf..2b3cb13cfb 100644 --- a/pkgs/racket-doc/syntax/scribblings/parse/define.scrbl +++ b/pkgs/racket-doc/syntax/scribblings/parse/define.scrbl @@ -39,7 +39,7 @@ Defines a macro named @racket[macro-id]; equivalent to the following: (fn2 a #:b 'c) ] -@history[#:added "7.9.0.3"] +@history[#:added "7.9.0.22"] } @defform[(define-syntax-parser macro-id parse-option ... clause ...+)]{