From e21193f9912a06c8a26a3228fb420e0caf6931a8 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Thu, 14 Jul 2022 22:10:57 -0700 Subject: [PATCH] Fix version labelling. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d4a4a8..d1c86ba 100644 --- a/Makefile +++ b/Makefile @@ -538,7 +538,7 @@ REPLACE = tools/replace.js \ MENU=@site/menu.html \ VERSION=${VERSION} \ STABLE_VERSION=${STABLE_VERSION} \ - OLD_STABLE_VERSION=${STABLE_VERSION} + OLD_STABLE_VERSION=${OLD_STABLE_VERSION} UE_REPLACE = $(REPLACE) FORTH=uEForth ESP_REPLACE = $(REPLACE) FORTH=ESP32forth