aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-06-22 12:33:58 +0200
committerLoïc Hoguin <[email protected]>2016-06-22 12:33:58 +0200
commit3c7766119d48988b2d168844c0d7fbb654fc2ed8 (patch)
treea8ae1c646013790bcd065d22ab048062069bde3c /Makefile
parent4657d7bbbe36554d2504f4211da661c363b5cafe (diff)
downloadcowboy-3c7766119d48988b2d168844c0d7fbb654fc2ed8.tar.gz
cowboy-3c7766119d48988b2d168844c0d7fbb654fc2ed8.tar.bz2
cowboy-3c7766119d48988b2d168844c0d7fbb654fc2ed8.zip
Update OTP versions tested
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 607a206..91b36eb 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowboy
PROJECT_DESCRIPTION = Small, fast, modular HTTP server.
-PROJECT_VERSION = 2.0.0-pre.2
+PROJECT_VERSION = 2.0.0-pre.4
PROJECT_REGISTERED = cowboy_clock
# Options.
@@ -11,7 +11,7 @@ COMPILE_FIRST = cowboy_middleware cowboy_stream cowboy_sub_protocol
PLT_APPS = public_key ssl
CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl
-CI_OTP = OTP-18.0.3 OTP-18.1.5 OTP-18.2.2
+CI_OTP = OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.3 OTP-19.0
# Dependencies.