We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a643e1e commit bd6bb38Copy full SHA for bd6bb38
src/racket/src/schvers.h
@@ -13,12 +13,12 @@
13
consistently.)
14
*/
15
16
-#define MZSCHEME_VERSION "5.3.1.900"
+#define MZSCHEME_VERSION "5.3.2"
17
18
#define MZSCHEME_VERSION_X 5
19
#define MZSCHEME_VERSION_Y 3
20
-#define MZSCHEME_VERSION_Z 1
21
-#define MZSCHEME_VERSION_W 900
+#define MZSCHEME_VERSION_Z 2
+#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