Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move 0.74 to JSI_VERSION 12 #205

Open
wants to merge 3 commits into
base: 0.74-stable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.74.4",
"version": "0.74.5",
"v8ref": "refs/branch-heads/12.1",
"buildNumber": "285"
}
3 changes: 1 addition & 2 deletions src/jsi/jsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
#endif

#ifndef JSI_VERSION
// Use the latest version by default
#define JSI_VERSION 11
#define JSI_VERSION 12
#endif

#if JSI_VERSION >= 3
Expand Down