aboutsummaryrefslogtreecommitdiffstats
path: root/early-plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-14 09:41:23 +0200
committerLoïc Hoguin <[email protected]>2018-06-14 09:41:23 +0200
commitb8d3b2b72b898643a6fe87e90dab1986de14314d (patch)
treeae12a8f331228c6bd36ff944b57098e499f25917 /early-plugins.mk
parent622f9ee952d6313e9326a58c77126717d78b9446 (diff)
downloadci.erlang.mk-b8d3b2b72b898643a6fe87e90dab1986de14314d.tar.gz
ci.erlang.mk-b8d3b2b72b898643a6fe87e90dab1986de14314d.tar.bz2
ci.erlang.mk-b8d3b2b72b898643a6fe87e90dab1986de14314d.zip
OTP-20.3.8
Diffstat (limited to 'early-plugins.mk')
-rw-r--r--early-plugins.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 271c4db..ad2da62 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -1,4 +1,4 @@
-# Copyright (c) 2017, Loïc Hoguin <[email protected]>
+# Copyright (c) 2017-2018, Loïc Hoguin <[email protected]>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -25,7 +25,7 @@
OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.9
OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.9
-OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.7
+OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8
OTP-21 := OTP-21.0-rc2
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21)
@@ -44,7 +44,7 @@ OTP-LATEST := $(lastword $(foreach rel,$(OTP-18+),$(if $(findstring -rc,$(rel)),
OTP-18-DROPPED := OTP-18.3.4 OTP-18.3.4.6 OTP-18.3.4.7 OTP-18.3.4.8
OTP-19-DROPPED := OTP-19.3.6 OTP-19.3.6.3 OTP-19.3.6.4 OTP-19.3.6.5 OTP-19.3.6.6 OTP-19.3.6.7 OTP-19.3.6.8
-OTP-20-DROPPED := OTP-20.1.5 OTP-20.1.6 OTP-20.2 OTP-20.2.1 OTP-20.2.2 OTP-20.2.3 OTP-20.3 OTP-20.3.2 OTP-20.3.3 OTP-20.3.4 OTP-20.3.5 OTP-20.3.6
+OTP-20-DROPPED := OTP-20.1.5 OTP-20.1.6 OTP-20.2 OTP-20.2.1 OTP-20.2.2 OTP-20.2.3 OTP-20.3 OTP-20.3.2 OTP-20.3.3 OTP-20.3.4 OTP-20.3.5 OTP-20.3.6 OTP-20.3.7
OTP-21-DROPPED := OTP-21.0-rc1
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) $(OTP-21-DROPPED)