bump version number

Since it removes an built-in place-local definition, commit 564dcf339a
can affect compilation for Racket CS.
This commit is contained in:
Matthew Flatt 2019-06-24 15:29:45 -06:00
parent 87673902dc
commit 0106abaf6e
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
(define collection 'multi)
(define version "7.3.0.8")
(define version "7.3.0.9")
(define deps `("racket-lib"
["racket" #:version ,version]))

View File

@ -16,7 +16,7 @@
#define MZSCHEME_VERSION_X 7
#define MZSCHEME_VERSION_Y 3
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 8
#define MZSCHEME_VERSION_W 9
/* A level of indirection makes `#` work as needed: */
#define AS_a_STR_HELPER(x) #x