From 51b01240084fd1aa4bf691e7dac07119e5f23e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 21 Feb 2020 16:05:57 +0100 Subject: Ranch 2.0.0-rc.3 This tag is necessary so that the release upgrade test suite passes. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 960b53e..01f49cb 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROJECT = ranch PROJECT_DESCRIPTION = Socket acceptor pool for TCP protocols. -PROJECT_VERSION = 2.0.0-rc.2 +PROJECT_VERSION = 2.0.0-rc.3 PROJECT_REGISTERED = ranch_server # Options. @@ -70,7 +70,7 @@ prepare_tag: $(verbose) echo -n "APP: " $(verbose) grep -m1 vsn ebin/$(PROJECT).app | sed 's/ //g' $(verbose) echo -n "APPUP: " - $(verbose) grep -m1 {\" ebin/$(PROJECT).appup + $(verbose) grep -m1 {\" src/$(PROJECT).appup $(verbose) echo $(verbose) echo "Links in the README:" $(verbose) grep http.*:// README.asciidoc -- cgit v1.2.3