aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-01-23 15:29:41 +0100
committerLoïc Hoguin <[email protected]>2024-01-23 15:29:41 +0100
commit8f9051519e56e0c49ec9c3d60ca9389104b1b18c (patch)
treee69d543b9b2aa1b81b2280f3fc59d2e4bac83dd1 /Makefile
parentf060e6c4ffedca65111b8016d4a976e15bfdb2b1 (diff)
downloadcowboy-8f9051519e56e0c49ec9c3d60ca9389104b1b18c.tar.gz
cowboy-8f9051519e56e0c49ec9c3d60ca9389104b1b18c.tar.bz2
cowboy-8f9051519e56e0c49ec9c3d60ca9389104b1b18c.zip
Cowboy 2.11
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 74aff5c..1609bbf 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowboy
PROJECT_DESCRIPTION = Small, fast, modern HTTP server.
-PROJECT_VERSION = 2.10.0
+PROJECT_VERSION = 2.11.0
PROJECT_REGISTERED = cowboy_clock
# Options.
@@ -38,8 +38,8 @@ define HEX_TARBALL_EXTRA_METADATA
#{
licenses => [<<"ISC">>],
links => #{
- <<"User guide">> => <<"https://ninenines.eu/docs/en/cowboy/2.10/guide/">>,
- <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowboy/2.10/manual/">>,
+ <<"User guide">> => <<"https://ninenines.eu/docs/en/cowboy/2.11/guide/">>,
+ <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowboy/2.11/manual/">>,
<<"GitHub">> => <<"https://github.com/ninenines/cowboy">>,
<<"Sponsor">> => <<"https://github.com/sponsors/essen">>
}
@@ -105,7 +105,7 @@ prepare_tag:
$(verbose) grep http.*:// README.asciidoc
$(verbose) echo
$(verbose) echo "Titles in most recent CHANGELOG:"
- $(verbose) for f in `ls -r doc/src/guide/migrating_from_*.asciidoc | head -n1`; do \
+ $(verbose) for f in `ls -rv doc/src/guide/migrating_from_*.asciidoc | head -n1`; do \
echo $$f:; \
grep == $$f; \
done