aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-01-06 15:03:32 +0100
committerLoïc Hoguin <[email protected]>2017-01-06 15:03:32 +0100
commit0e7abe0b24593f131add272c275406d8ed231805 (patch)
tree4fa55fda336b1be6b9f31980e57c6bb5e71b51ff
parent8e6d0f462850a90bd8a60995f52027839288d038 (diff)
downloadcowlib-0e7abe0b24593f131add272c275406d8ed231805.tar.gz
cowlib-0e7abe0b24593f131add272c275406d8ed231805.tar.bz2
cowlib-0e7abe0b24593f131add272c275406d8ed231805.zip
Update CI; version to 2.0.0-pre.12.0.0-pre.1
-rw-r--r--Makefile6
-rw-r--r--ebin/cowlib.app2
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d1d8540..cb2fbc3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 1.3.0
+PROJECT_VERSION = 2.0.0-pre.1
#ERLC_OPTS += +bin_opt_info
ifdef HIPE
@@ -13,8 +13,8 @@ endif
LOCAL_DEPS = crypto
DIALYZER_OPTS = -Werror_handling -Wunmatched_returns
-CI_OTP ?= OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.5
-CI_HIPE ?= OTP-19.1.5
+CI_OTP ?= OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 OTP-19.0.7 OTP-19.1.6 OTP-19.2
+CI_HIPE ?= $(lastword $(CI_OTP))
CI_ERLLVM ?= $(CI_HIPE)
TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}'
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 7d9769c..5c67b39 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, cowlib, [
{description, "Support library for manipulating Web protocols."},
- {vsn, "1.3.0"},
+ {vsn, "2.0.0-pre.1"},
{modules, ['cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http_hd','cow_http_te','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_uri','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},