Skip to content

Commit bd6bb38

Browse files
committed
Update version number for the v5.3.2 release
1 parent a643e1e commit bd6bb38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/racket/src/schvers.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
consistently.)
1414
*/
1515

16-
#define MZSCHEME_VERSION "5.3.1.900"
16+
#define MZSCHEME_VERSION "5.3.2"
1717

1818
#define MZSCHEME_VERSION_X 5
1919
#define MZSCHEME_VERSION_Y 3
20-
#define MZSCHEME_VERSION_Z 1
21-
#define MZSCHEME_VERSION_W 900
20+
#define MZSCHEME_VERSION_Z 2
21+
#define MZSCHEME_VERSION_W 0
2222

2323
#define MZSCHEME_VERSION_MAJOR ((MZSCHEME_VERSION_X * 100) + MZSCHEME_VERSION_Y)
2424
#define MZSCHEME_VERSION_MINOR ((MZSCHEME_VERSION_Z * 1000) + MZSCHEME_VERSION_W)

0 commit comments

Comments
 (0)