Skip to content
Snippets Groups Projects
Commit 655fd769 authored by stepan's avatar stepan Committed by Danilo Ansaloni
Browse files

Fix version in TruffleRLanguageImpl

(cherry picked from commit 1b2a0dd0)
parent e1232485
Branches
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ import com.oracle.truffle.r.runtime.env.RScope; ...@@ -58,7 +58,7 @@ import com.oracle.truffle.r.runtime.env.RScope;
import com.oracle.truffle.r.runtime.ffi.RFFIFactory; import com.oracle.truffle.r.runtime.ffi.RFFIFactory;
import com.oracle.truffle.r.runtime.nodes.RBaseNode; import com.oracle.truffle.r.runtime.nodes.RBaseNode;
@TruffleLanguage.Registration(name = "R", id = "R", version = "3.3.2", mimeType = {RRuntime.R_APP_MIME, RRuntime.R_TEXT_MIME}, interactive = true) @TruffleLanguage.Registration(name = "R", id = "R", version = "3.4.0", mimeType = {RRuntime.R_APP_MIME, RRuntime.R_TEXT_MIME}, interactive = true)
@ProvidedTags({StandardTags.CallTag.class, StandardTags.StatementTag.class, StandardTags.RootTag.class, RSyntaxTags.LoopTag.class, FunctionBodyBlockTag.class}) @ProvidedTags({StandardTags.CallTag.class, StandardTags.StatementTag.class, StandardTags.RootTag.class, RSyntaxTags.LoopTag.class, FunctionBodyBlockTag.class})
public final class TruffleRLanguageImpl extends TruffleRLanguage { public final class TruffleRLanguageImpl extends TruffleRLanguage {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment