aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/cowlib.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-03 22:58:45 +0200
committerLoïc Hoguin <[email protected]>2016-10-03 22:58:45 +0200
commit7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b (patch)
treed6f1403337eb56118b787da4cd1f249a193bb06e /ebin/cowlib.app
parent8cf98c9f3d1292c1b08fca5ca99772ae912eaa86 (diff)
downloadcowlib-7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b.tar.gz
cowlib-7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b.tar.bz2
cowlib-7d46f9b9a709d353f7a0cc5c3847fa3b91bef16b.zip
Update Erlang.mk
Includes some small maintenance tweaks to Makefile etc.
Diffstat (limited to 'ebin/cowlib.app')
-rw-r--r--ebin/cowlib.app1
1 files changed, 0 insertions, 1 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app
index 83ff3cc..3eb4d45 100644
--- a/ebin/cowlib.app
+++ b/ebin/cowlib.app
@@ -1,7 +1,6 @@
{application, cowlib, [
{description, "Support library for manipulating Web protocols."},
{vsn, "1.3.0"},
- {id, "1.3.0-18-g41949dd-dirty"},
{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]}