bump version number
Syncing with the main Chez Scheme branch changes the header on compressed bytecodes, so force recompilation of Racket CS ".zo"s.
This commit is contained in:
parent
a23e0a3a57
commit
9178169370
|
@ -12,7 +12,7 @@
|
|||
|
||||
(define collection 'multi)
|
||||
|
||||
(define version "7.3.0.3")
|
||||
(define version "7.3.0.4")
|
||||
|
||||
(define deps `("racket-lib"
|
||||
["racket" #:version ,version]))
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
consistently.)
|
||||
*/
|
||||
|
||||
#define MZSCHEME_VERSION "7.3.0.3"
|
||||
#define MZSCHEME_VERSION "7.3.0.4"
|
||||
|
||||
#define MZSCHEME_VERSION_X 7
|
||||
#define MZSCHEME_VERSION_Y 3
|
||||
|
|
Loading…
Reference in New Issue
Block a user