
@samth: If I update typed-racket-lib
’s version, do I also need to change typed-racket
’s so users that depend on typed-racket
can also specify the version number?

Plus if I put a history form, is the version number referring to that of typed-racket
’s or typed-racket-lib
’s?

They should have the same version number.

Okay! I’ll make them have the same number

I’m checking download hints of v7.9, v7.8, v7.7 etc for Mac M1 based on the discussion here https://github.com/racket/racket-lang-org/pull/158#issuecomment-847016299
but the text only shows up for v7.9 and not other earlier versions: v7.8: https://download.racket-lang.org/racket-v7.8.html

This block of code seems to display the text only when the version is at least v7.9: https://github.com/racket/racket-lang-org/blob/master/download/download-pages.rkt#L757-L763
Should I delete the if
conditional here?