Skip to content

Commit 655fd76

Browse files
steve-sansalond
authored andcommitted
Fix version in TruffleRLanguageImpl
(cherry picked from commit 1b2a0dd)
1 parent e123248 commit 655fd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.oracle.truffle.r.engine/src/com/oracle/truffle/r/engine/TruffleRLanguageImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
import com.oracle.truffle.r.runtime.ffi.RFFIFactory;
5959
import com.oracle.truffle.r.runtime.nodes.RBaseNode;
6060

61-
@TruffleLanguage.Registration(name = "R", id = "R", version = "3.3.2", mimeType = {RRuntime.R_APP_MIME, RRuntime.R_TEXT_MIME}, interactive = true)
61+
@TruffleLanguage.Registration(name = "R", id = "R", version = "3.4.0", mimeType = {RRuntime.R_APP_MIME, RRuntime.R_TEXT_MIME}, interactive = true)
6262
@ProvidedTags({StandardTags.CallTag.class, StandardTags.StatementTag.class, StandardTags.RootTag.class, RSyntaxTags.LoopTag.class, FunctionBodyBlockTag.class})
6363
public final class TruffleRLanguageImpl extends TruffleRLanguage {
6464

0 commit comments

Comments
 (0)