version bump for seconds->date change

This commit is contained in:
Matthew Flatt 2020-12-30 03:44:14 -07:00
parent 4b4ed24c65
commit 4b7b1872dc
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
;; In the Racket source repo, this version should change only when
;; "racket_version.h" changes:
(define version "7.9.0.19")
(define version "7.9.0.20")
(define deps `("racket-lib"
["racket" #:version ,version]))

View File

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