Alpha version number for the v6.2.1 release

This commit is contained in:
Ryan Culpepper 2015-07-24 13:07:26 -04:00
parent 20916f7137
commit c9dda49f6c
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -13,12 +13,12 @@
consistently.)
*/
#define MZSCHEME_VERSION "6.2"
#define MZSCHEME_VERSION "6.2.0.900"
#define MZSCHEME_VERSION_X 6
#define MZSCHEME_VERSION_Y 2
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 0
#define MZSCHEME_VERSION_W 900
#define MZSCHEME_VERSION_MAJOR ((MZSCHEME_VERSION_X * 100) + MZSCHEME_VERSION_Y)
#define MZSCHEME_VERSION_MINOR ((MZSCHEME_VERSION_Z * 1000) + MZSCHEME_VERSION_W)