aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-25 12:15:59 +0100
committerLoïc Hoguin <[email protected]>2020-03-25 12:15:59 +0100
commitb34155f725245848dca3a505398e262b1d50f25b (patch)
tree8415a1f257eba1ad3c8d4c855ff16e497ad97eb0
parent8a9f7dcb43c0b5e4d11bc63bfd0f23e2740fac7e (diff)
downloadcowlib-b34155f725245848dca3a505398e262b1d50f25b.tar.gz
cowlib-b34155f725245848dca3a505398e262b1d50f25b.tar.bz2
cowlib-b34155f725245848dca3a505398e262b1d50f25b.zip
Cowlib 2.9.02.9.0
-rw-r--r--LICENSE2
-rw-r--r--Makefile2
-rw-r--r--ebin/cowlib.app2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 26142cc..0b60cff 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2018, Loïc Hoguin <[email protected]>
+Copyright (c) 2013-2020, Loïc Hoguin <[email protected]>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/Makefile b/Makefile
index 78fa01c..6124d0d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.8.0
+PROJECT_VERSION = 2.9.0
# Options.
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index db7ea07..90a4d9e 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.8.0"},
+ {vsn, "2.9.0"},
{modules, ['cow_base64url','cow_cookie','cow_date','cow_hpack','cow_http','cow_http2','cow_http2_machine','cow_http_hd','cow_http_struct_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qs','cow_spdy','cow_sse','cow_uri','cow_uri_template','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},