diff options
author | Loïc Hoguin <[email protected]> | 2025-07-21 15:28:10 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-07-21 15:28:10 +0200 |
commit | b25ba5b714de37f0f07fe1f85fe50489cc1e5189 (patch) | |
tree | db591ad80a10ad4f2f8d81d1818b1901c9707100 /early-plugins.mk | |
parent | bfaba65094deb8975061dace002e564fd38724e2 (diff) | |
download | ci.erlang.mk-b25ba5b714de37f0f07fe1f85fe50489cc1e5189.tar.gz ci.erlang.mk-b25ba5b714de37f0f07fe1f85fe50489cc1e5189.tar.bz2 ci.erlang.mk-b25ba5b714de37f0f07fe1f85fe50489cc1e5189.zip |
OTP-27.3.4.2
Diffstat (limited to 'early-plugins.mk')
-rw-r--r-- | early-plugins.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk index eb2b3ee..2635a80 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -21,7 +21,7 @@ OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.20 OTP-24 := OTP-24.0.6 OTP-24.1.7 OTP-24.2.2 OTP-24.3.4.17 OTP-25 := OTP-25.0.4 OTP-25.1.2.1 OTP-25.2.3 OTP-25.3.2.21 OTP-26 := OTP-26.0.2 OTP-26.1.2 OTP-26.2.5.13 -OTP-27 := OTP-27.0.1 OTP-27.1.3 OTP-27.2.4 OTP-27.3.4.1 +OTP-27 := OTP-27.0.1 OTP-27.1.3 OTP-27.2.4 OTP-27.3.4.2 OTP-28 := OTP-28.0.2 OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24) $(OTP-25) $(OTP-26) $(OTP-27) $(OTP-28) @@ -127,7 +127,7 @@ OTP-25-DROPPED := OTP-25.0-rc1 OTP-25.0-rc2 OTP-25.0-rc3 OTP-25.0 \ OTP-26-DROPPED := OTP-26.0-rc3 \ OTP-26.0 OTP-26.0.1 OTP-26.1 OTP-26.1.1 OTP-26.2 OTP-26.2.1 OTP-26.2.2 OTP-26.2.3 OTP-26.2.4 OTP-26.2.5 OTP-26.2.5.1 OTP-26.2.5.2 OTP-26.2.5.3 OTP-26.2.5.4 OTP-26.2.5.5 OTP-26.2.5.6 OTP-26.2.5.7 OTP-26.2.5.8 OTP-26.2.5.9 OTP-26.2.5.10 OTP-26.2.5.11 OTP-26.2.5.12 OTP-27-DROPPED := OTP-27.0-rc1 OTP-27.0-rc2 \ - OTP-27.1.2 OTP-27.2 OTP-27.2.1 OTP-27.2.2 OTP-27.2.3 OTP-27.3 OTP-27.3.1 OTP-27.3.2 OTP-27.3.3 OTP-27.3.4 + OTP-27.1.2 OTP-27.2 OTP-27.2.1 OTP-27.2.2 OTP-27.2.3 OTP-27.3 OTP-27.3.1 OTP-27.3.2 OTP-27.3.3 OTP-27.3.4 OTP-27.3.4.1 OTP-28-DROPPED := OTP-28.0-rc1 OTP-28.0-rc2 OTP-28.0-rc3 OTP-28.0-rc4 \ OTP-28.0 OTP-28.0.1 |