bumped the version number in anticipation of v4.0.2 coming out

svn: r10589
This commit is contained in:
Robby Findler 2008-07-03 21:21:45 +00:00
parent ebce65f887
commit 4184c1373b

View File

@ -13,11 +13,11 @@
consistently.)
*/
#define MZSCHEME_VERSION "4.0.1.3"
#define MZSCHEME_VERSION "4.0.2.3"
#define MZSCHEME_VERSION_X 4
#define MZSCHEME_VERSION_Y 0
#define MZSCHEME_VERSION_Z 1
#define MZSCHEME_VERSION_Z 2
#define MZSCHEME_VERSION_W 3
#define MZSCHEME_VERSION_MAJOR ((MZSCHEME_VERSION_X * 100) + MZSCHEME_VERSION_Y)