Version number for the v5.3.3 bugfix release

This commit is contained in:
Eli Barzilay 2013-02-06 22:42:44 -05:00
parent e12d18d23d
commit 130c3f1f80

View File

@ -13,11 +13,11 @@
consistently.)
*/
#define MZSCHEME_VERSION "5.3.2"
#define MZSCHEME_VERSION "5.3.3"
#define MZSCHEME_VERSION_X 5
#define MZSCHEME_VERSION_Y 3
#define MZSCHEME_VERSION_Z 2
#define MZSCHEME_VERSION_Z 3
#define MZSCHEME_VERSION_W 0
#define MZSCHEME_VERSION_MAJOR ((MZSCHEME_VERSION_X * 100) + MZSCHEME_VERSION_Y)