aboutsummaryrefslogtreecommitdiffstats
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
parent9db1144447a620db15eae576077551b56cdccd72 (diff)
downloadcowlib-4a4276abe18045a33bf1ce10a7c21be0e50ccc3f.tar.gz
cowlib-4a4276abe18045a33bf1ce10a7c21be0e50ccc3f.tar.bz2
cowlib-4a4276abe18045a33bf1ce10a7c21be0e50ccc3f.zip
Update version to 2.0.0-rc.1
-rw-r--r--Makefile2
-rw-r--r--ebin/cowlib.app2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6d2f40b..6ddc448 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowlib
PROJECT_DESCRIPTION = Support library for manipulating Web protocols.
-PROJECT_VERSION = 2.0.0-pre.1
+PROJECT_VERSION = 2.0.0-rc.1
#ERLC_OPTS += +bin_opt_info
ifdef HIPE
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]},