We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8a6ac commit d047c01Copy full SHA for d047c01
src/racket/src/schvers.h
@@ -13,12 +13,12 @@
13
consistently.)
14
*/
15
16
-#define MZSCHEME_VERSION "5.3.3.901"
+#define MZSCHEME_VERSION "5.3.4"
17
18
#define MZSCHEME_VERSION_X 5
19
#define MZSCHEME_VERSION_Y 3
20
-#define MZSCHEME_VERSION_Z 3
21
-#define MZSCHEME_VERSION_W 901
+#define MZSCHEME_VERSION_Z 4
+#define MZSCHEME_VERSION_W 0
22
23
#define MZSCHEME_VERSION_MAJOR ((MZSCHEME_VERSION_X * 100) + MZSCHEME_VERSION_Y)
24
#define MZSCHEME_VERSION_MINOR ((MZSCHEME_VERSION_Z * 1000) + MZSCHEME_VERSION_W)
0 commit comments