Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Mar 15, 2024
1 parent 7cb02e3 commit 57ba1bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scheme/cyclone/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Cyc_set_globals_changed((gc_thread_data *)data);
__glo__85version_85_scheme_cyclone_common = boolean_f;
make_utf8_string_with_len(c_7335, "", 0, 0);
__glo__85version_91name_85_scheme_cyclone_common = &c_7335;
make_utf8_string_with_len(c_7334, "0.36.0", 6, 6);
make_utf8_string_with_len(c_7334, "0.37.0", 6, 6);
__glo__85version_91number_85_scheme_cyclone_common = &c_7334;

mclosure0(clo_7392, c_schemecyclonecommon_inlinable_lambdas); make_pair(pair_7391, find_or_add_symbol("c_schemecyclonecommon_inlinable_lambdas"), &clo_7392);
Expand Down
2 changes: 1 addition & 1 deletion scheme/cyclone/common.sld
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
memloc
)
(begin
(define *version-number* "0.36.0")
(define *version-number* "0.37.0")
(define *version-name* "")
(define *version* (string-append *version-number* " " *version-name* ""))

Expand Down

0 comments on commit 57ba1bb

Please sign in to comment.