aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-10-04 17:01:43 +0300
committerLoïc Hoguin <[email protected]>2014-10-04 17:01:43 +0300
commit5ff3fdd91e20a137b6378c7271826c1d94d4e3d2 (patch)
treef96519fb1dbc109ecb79a8fa83ea66e956424989
parent5756b10d5f07af4f3388e3d1a1ede6b2651007a7 (diff)
downloadcowboy-5ff3fdd91e20a137b6378c7271826c1d94d4e3d2.tar.gz
cowboy-5ff3fdd91e20a137b6378c7271826c1d94d4e3d2.tar.bz2
cowboy-5ff3fdd91e20a137b6378c7271826c1d94d4e3d2.zip
Update version to 2.0.0-pre.12.0.0-pre.1
-rwxr-xr-xall.sh2
-rw-r--r--src/cowboy.app.src2
2 files changed, 2 insertions, 2 deletions
diff --git a/all.sh b/all.sh
index 32b8302..fa8a6fd 100755
--- a/all.sh
+++ b/all.sh
@@ -1,7 +1,7 @@
#!/bin/sh
KERL_INSTALL_PATH=~/erlang
-KERL_RELEASES="r16b01 r16b02 r16b03-1 17.0 17.1.2"
+KERL_RELEASES="17.0 17.1.2 17.3"
make build-ct-suites
diff --git a/src/cowboy.app.src b/src/cowboy.app.src
index 3f073ee..7fbb1ce 100644
--- a/src/cowboy.app.src
+++ b/src/cowboy.app.src
@@ -14,7 +14,7 @@
{application, cowboy, [
{description, "Small, fast, modular HTTP server."},
- {vsn, "1.0.0"},
+ {vsn, "2.0.0-pre.1"},
{modules, []},
{registered, [cowboy_clock, cowboy_sup]},
{applications, [