diff options
author | Loïc Hoguin <[email protected]> | 2016-06-22 12:33:58 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-06-22 12:33:58 +0200 |
commit | 3c7766119d48988b2d168844c0d7fbb654fc2ed8 (patch) | |
tree | a8ae1c646013790bcd065d22ab048062069bde3c /Makefile | |
parent | 4657d7bbbe36554d2504f4211da661c363b5cafe (diff) | |
download | cowboy-3c7766119d48988b2d168844c0d7fbb654fc2ed8.tar.gz cowboy-3c7766119d48988b2d168844c0d7fbb654fc2ed8.tar.bz2 cowboy-3c7766119d48988b2d168844c0d7fbb654fc2ed8.zip |
Update OTP versions tested
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |