adjust version number to indicate release candidate

This commit is contained in:
Ryan Culpepper 2013-12-17 22:57:06 -05:00
parent f3f23e4c3f
commit 0854219e80

View File

@ -13,12 +13,12 @@
consistently.)
*/
#define MZSCHEME_VERSION "5.91"
#define MZSCHEME_VERSION "5.91.0.900"
#define MZSCHEME_VERSION_X 5
#define MZSCHEME_VERSION_Y 91
#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)