bump version
This commit is contained in:
parent
f3a7833dcf
commit
e75393a59b
|
@ -1,3 +1,9 @@
|
||||||
|
Version 5.3.4.8
|
||||||
|
Add `configure-runtime' submodule support
|
||||||
|
|
||||||
|
Version 5.3.4.7
|
||||||
|
scribble: use `doc' submodule when available
|
||||||
|
|
||||||
Version 5.3.4.4
|
Version 5.3.4.4
|
||||||
Added current-module-path-for-load, exn:fail:syntax:missing-module,
|
Added current-module-path-for-load, exn:fail:syntax:missing-module,
|
||||||
exn:fail:filesystem:missing-module, prop:exn:missing-module,
|
exn:fail:filesystem:missing-module, prop:exn:missing-module,
|
||||||
|
|
|
@ -13,12 +13,12 @@
|
||||||
consistently.)
|
consistently.)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MZSCHEME_VERSION "5.3.4.7"
|
#define MZSCHEME_VERSION "5.3.4.8"
|
||||||
|
|
||||||
#define MZSCHEME_VERSION_X 5
|
#define MZSCHEME_VERSION_X 5
|
||||||
#define MZSCHEME_VERSION_Y 3
|
#define MZSCHEME_VERSION_Y 3
|
||||||
#define MZSCHEME_VERSION_Z 4
|
#define MZSCHEME_VERSION_Z 4
|
||||||
#define MZSCHEME_VERSION_W 7
|
#define MZSCHEME_VERSION_W 8
|
||||||
|
|
||||||
#define MZSCHEME_VERSION_MAJOR ((MZSCHEME_VERSION_X * 100) + MZSCHEME_VERSION_Y)
|
#define MZSCHEME_VERSION_MAJOR ((MZSCHEME_VERSION_X * 100) + MZSCHEME_VERSION_Y)
|
||||||
#define MZSCHEME_VERSION_MINOR ((MZSCHEME_VERSION_Z * 1000) + MZSCHEME_VERSION_W)
|
#define MZSCHEME_VERSION_MINOR ((MZSCHEME_VERSION_Z * 1000) + MZSCHEME_VERSION_W)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user