Post-release version for the v6.3 release

This commit is contained in:
Ryan Culpepper 2015-10-09 15:23:31 -04:00
parent a2b213ad1b
commit a6835422bf
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -13,12 +13,12 @@
consistently.)
*/
#define MZSCHEME_VERSION "6.2.900.17"
#define MZSCHEME_VERSION "6.3.0.1"
#define MZSCHEME_VERSION_X 6
#define MZSCHEME_VERSION_Y 2
#define MZSCHEME_VERSION_Z 900
#define MZSCHEME_VERSION_W 17
#define MZSCHEME_VERSION_Y 3
#define MZSCHEME_VERSION_Z 0
#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)