Version number for the v5.1.3 bugfix release

This commit is contained in:
Eli Barzilay 2011-08-14 08:42:06 -04:00
parent 9a9365f80e
commit 71cf6d1c15

View File

@ -13,11 +13,11 @@
consistently.)
*/
#define MZSCHEME_VERSION "5.1.2"
#define MZSCHEME_VERSION "5.1.3"
#define MZSCHEME_VERSION_X 5
#define MZSCHEME_VERSION_Y 1
#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)