just increment version

svn: r9662
This commit is contained in:
Matthew Flatt 2008-05-05 17:31:30 +00:00
parent bd9aaddc3f
commit 149d3bf7b5

View File

@ -13,12 +13,12 @@
consistently.)
*/
#define MZSCHEME_VERSION "3.99.0.23"
#define MZSCHEME_VERSION "3.99.0.24"
#define MZSCHEME_VERSION_X 3
#define MZSCHEME_VERSION_Y 99
#define MZSCHEME_VERSION_Z 0
#define MZSCHEME_VERSION_W 23
#define MZSCHEME_VERSION_W 24
#define MZSCHEME_VERSION_MAJOR ((MZSCHEME_VERSION_X * 100) + MZSCHEME_VERSION_Y)
#define MZSCHEME_VERSION_MINOR ((MZSCHEME_VERSION_Z * 1000) + MZSCHEME_VERSION_W)