bump version number

This commit is contained in:
Matthew Flatt 2015-01-18 16:13:11 -07:00
parent 676109f638
commit 57832309ef
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -13,12 +13,12 @@
consistently.)
*/
#define MZSCHEME_VERSION "6.1.1.7"
#define MZSCHEME_VERSION "6.1.1.8"
#define MZSCHEME_VERSION_X 6
#define MZSCHEME_VERSION_Y 1
#define MZSCHEME_VERSION_Z 1
#define MZSCHEME_VERSION_W 7
#define MZSCHEME_VERSION_W 8
#define MZSCHEME_VERSION_MAJOR ((MZSCHEME_VERSION_X * 100) + MZSCHEME_VERSION_Y)
#define MZSCHEME_VERSION_MINOR ((MZSCHEME_VERSION_Z * 1000) + MZSCHEME_VERSION_W)