bump version to sync with Chez Scheme change
This commit is contained in:
parent
e22abfb8a4
commit
2a1ffbbdf1
|
@ -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]))
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
(check-defined 'compress-format)
|
||||
(check-defined '#%$record-cas!)
|
||||
(check-defined 'eq-hashtable-try-atomic-cell)
|
||||
(check-defined 'hashtable-ref-cell)
|
||||
|
||||
;; ----------------------------------------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user