Skip to content

Commit d047c01

Browse files
committed
Update version number for the v5.3.4 release
1 parent 4c8a6ac commit d047c01

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.3.901"
16+
#define MZSCHEME_VERSION "5.3.4"
1717

1818
#define MZSCHEME_VERSION_X 5
1919
#define MZSCHEME_VERSION_Y 3
20-
#define MZSCHEME_VERSION_Z 3
21-
#define MZSCHEME_VERSION_W 901
20+
#define MZSCHEME_VERSION_Z 4
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)