aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-12 16:22:23 +0200
committerLoïc Hoguin <[email protected]>2017-07-12 16:22:23 +0200
commit4a4276abe18045a33bf1ce10a7c21be0e50ccc3f (patch)
tree37aaf31e7ee36a9ef54a56ebeead6b00477f2a79 /ebin
parent9db1144447a620db15eae576077551b56cdccd72 (diff)
downloadcowlib-4a4276abe18045a33bf1ce10a7c21be0e50ccc3f.tar.gz
cowlib-4a4276abe18045a33bf1ce10a7c21be0e50ccc3f.tar.bz2
cowlib-4a4276abe18045a33bf1ce10a7c21be0e50ccc3f.zip
Update version to 2.0.0-rc.1
Diffstat (limited to 'ebin')
-rw-r--r--ebin/cowlib.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 5ebff11..0234f11 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,6 +1,6 @@
{application, 'cowlib', [
{description, "Support library for manipulating Web protocols."},
- {vsn, "2.0.0-pre.1"},
+ {vsn, "2.0.0-rc.1"},
{modules, ['cow_base64url','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_sse','cow_uri','cow_ws']},
{registered, []},
{applications, [kernel,stdlib,crypto]},