bump version to sync with Chez Scheme change

This commit is contained in:
Matthew Flatt 2019-07-26 16:22:37 -06:00
parent e22abfb8a4
commit 2a1ffbbdf1
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -57,6 +57,7 @@
(check-defined 'compress-format)
(check-defined '#%$record-cas!)
(check-defined 'eq-hashtable-try-atomic-cell)
(check-defined 'hashtable-ref-cell)
;; ----------------------------------------

View File

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