Post-release version for the v6.10.1 release

This commit is contained in:
Vincent St-Amour 2017-09-08 13:45:54 -05:00
parent 425d08c8e2
commit bc3e661181
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -13,12 +13,12 @@
consistently.)
*/
#define MZSCHEME_VERSION "6.10.0.3"
#define MZSCHEME_VERSION "6.10.1.1"
#define MZSCHEME_VERSION_X 6
#define MZSCHEME_VERSION_Y 10
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 3
#define MZSCHEME_VERSION_Z 1
#define MZSCHEME_VERSION_W 1
#define MZSCHEME_VERSION_MAJOR ((MZSCHEME_VERSION_X * 100) + MZSCHEME_VERSION_Y)
#define MZSCHEME_VERSION_MINOR ((MZSCHEME_VERSION_Z * 1000) + MZSCHEME_VERSION_W)