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:
Matthew Flatt 2019-05-22 13:36:58 -06:00
parent a23e0a3a57
commit 9178169370
2 changed files with 2 additions and 2 deletions

View File

@ -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]))

View File

@ -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