From 1179e4b0d39465b57ff7c155f318bd2d4df54971 Mon Sep 17 00:00:00 2001 From: Wen Kokke Date: Tue, 14 Jul 2020 15:49:25 +0100 Subject: [PATCH] Added 2019 release. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b028dbc..413c968a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ BUNDLE := $(RUBY) -S bundle JEKYLL := $(BUNDLE) exec jekyll HTMLPROOFER := $(BUNDLE) exec htmlproofer LUA_FILES := $(shell find . -type f -and -path '*/epub/*' -and -name '*.lua') -RELEASE_VERSIONS := 2020-07-14 +RELEASE_VERSIONS := 2019-08-31 2020-07-14 RELEASES := $(addsuffix /,$(RELEASE_VERSIONS)) ifeq ($(AGDA_STDLIB_VERSION),)