aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStosh Fabricius <[email protected]>2019-04-04 17:03:57 -0400
committerLoïc Hoguin <[email protected]>2019-04-05 10:54:00 +0200
commit75aaeb8415033b07303febbfeba66d6d3413ad06 (patch)
tree688bf34854aad5b956c3465e9f047418d869a912
parent7b86c1fd883fbdcecbd8db6ae792a683d10a4b31 (diff)
downloadcowlib-75aaeb8415033b07303febbfeba66d6d3413ad06.tar.gz
cowlib-75aaeb8415033b07303febbfeba66d6d3413ad06.tar.bz2
cowlib-75aaeb8415033b07303febbfeba66d6d3413ad06.zip
Update version to 2.7.3 in Makefile and app file2.7.3
-rw-r--r--Makefile2
-rw-r--r--ebin/cowlib.app2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b828a11..fd1150d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.7.0
+PROJECT_VERSION = 2.7.3
# Options.
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 7ecc024..8ccccd1 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.7.0"},
+ {vsn, "2.7.3"},
{modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http2_machine','cow_http_hd','cow_http_te','cow_iolists','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},