Skip to content

Commit f867458

Browse files
committed
promote
1 parent ce4ddd8 commit f867458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/tests-full/stdlib.cma.expected.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,8 +1104,8 @@
11041104
caml_maybe_attach_backtrace = runtime.caml_maybe_attach_backtrace,
11051105
caml_wrap_exception = runtime.caml_wrap_exception,
11061106
global_data = runtime.caml_get_global_data(),
1107-
ocaml_version = "5.3.0",
1108-
ocaml_release = [0, 5, 3, 0, 0],
1107+
ocaml_version = "5.3.1+dev0-2025-01-06",
1108+
ocaml_release = [0, 5, 3, 1, [0, [0, 0, "dev0-2025-01-06"]]],
11091109
Stdlib = global_data.Stdlib,
11101110
executable_name =
11111111
/*<<sys.ml.in:36:22>>*/ runtime.caml_sys_executable_name(0),
@@ -1191,7 +1191,7 @@
11911191
Break,
11921192
catch_break,
11931193
ocaml_version,
1194-
0,
1194+
1,
11951195
ocaml_release,
11961196
runtime.caml_ml_enable_runtime_warnings,
11971197
runtime.caml_ml_runtime_warnings_enabled,

0 commit comments

Comments
 (0)