Skip to content

Commit

Permalink
Correct version spec for 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 16, 2015
1 parent 79a9759 commit f154070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/rtools.r
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,12 @@ version_info <- list(
),
"3.1" = list(
version_min = "3.0.0",
version_max = "3.2.99",
version_max = "3.1.99",
path = c("bin", "gcc-4.6.3/bin")
),
"3.2" = list(
version_min = "3.1.0",
version_max = "3.3.99",
version_max = "3.2.99",
path = c("bin", "gcc-4.6.3/bin")
)
)
Expand Down

0 comments on commit f154070

Please sign in to comment.