aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-10-03 15:59:33 +0200
committerLoïc Hoguin <[email protected]>2017-10-03 15:59:33 +0200
commit6b3f7a59cc78149db405effc44c46927dd0b714b (patch)
tree4772e050f5c84c3d0f9939d7174dcf40a22a51db
parentbaaa5ceb19f45b4e7984bea671e1257d9c91ff3a (diff)
downloadcowlib-6b3f7a59cc78149db405effc44c46927dd0b714b.tar.gz
cowlib-6b3f7a59cc78149db405effc44c46927dd0b714b.tar.bz2
cowlib-6b3f7a59cc78149db405effc44c46927dd0b714b.zip
Update version to 2.0.0 and CI targets
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6ddc448..b649131 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.0.0-rc.1
+PROJECT_VERSION = 2.0.0
#ERLC_OPTS += +bin_opt_info
ifdef HIPE
@@ -13,7 +13,7 @@ endif
LOCAL_DEPS = crypto
DIALYZER_OPTS = -Werror_handling -Wunmatched_returns
-CI_OTP ?= OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.1 OTP-20.0.1
+CI_OTP ?= OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.2 OTP-20.0.5 OTP-20.1.1
CI_HIPE ?= $(lastword $(CI_OTP))
# CI_ERLLVM ?= $(CI_HIPE)