Skip to content

Commit

Permalink
Updated default build version for standalone Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jrawbits committed Jun 9, 2021
1 parent b075a20 commit 56e68cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VE_RUNTESTS?=Default
VE_EXPRESS?=YES # should be NO, or unset, for standard use
VE_BRANCH?=$(shell git branch --show-current 2>/dev/null || echo visioneval)
ifeq ($(OS),Windows_NT)
VE_R_VERSION?=4.0.5
VE_R_VERSION?=4.1.0
RTERM:="$(shell scripts/find-R.bat $(VE_R_VERSION))"
WINDOWS=TRUE
else
Expand Down

0 comments on commit 56e68cc

Please sign in to comment.