From 07e37624879a597eeb94a624822f071f9b1d318e Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Fri, 9 Jul 2021 23:08:57 -0700 Subject: [PATCH] Bump up stable version and use substitution. --- ueforth/Makefile | 3 ++- ueforth/site/ESP32forth.html | 4 ++-- ueforth/site/linux.html | 4 ++-- ueforth/site/windows.html | 6 +++--- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ueforth/Makefile b/ueforth/Makefile index 089dd69..53d9594 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -13,6 +13,7 @@ # limitations under the License. VERSION=7.0.6.3 +STABLE_VERSION=7.0.5.3 REVISION=$(shell git rev-parse HEAD) REVSHORT=$(shell echo $(REVISION) | head -c 7) @@ -359,7 +360,7 @@ REPLACE = common/replace.js \ DESKTOP_COMMON=@site/desktop_common.html \ MENU=@site/menu.html \ VERSION=${VERSION} \ - REVISION=${REVISION} + STABLE_VERSION=${STABLE_VERSION} UE_REPLACE = $(REPLACE) FORTH=uEForth ESP_REPLACE = $(REPLACE) FORTH=ESP32forth diff --git a/ueforth/site/ESP32forth.html b/ueforth/site/ESP32forth.html index 0ae6801..0557a14 100644 --- a/ueforth/site/ESP32forth.html +++ b/ueforth/site/ESP32forth.html @@ -30,9 +30,9 @@ limitations under the License.

STABLE RELEASE

-ESP32forth-7.0.5.2.zip +ESP32forth-{{STABLE_VERSION}}.zip - Single .ino file ready for installation
- Version: 7.0.5.2 + Version: {{STABLE_VERSION}}

Beta Release

diff --git a/ueforth/site/linux.html b/ueforth/site/linux.html index 65f13ab..141523d 100644 --- a/ueforth/site/linux.html +++ b/ueforth/site/linux.html @@ -29,9 +29,9 @@ limitations under the License.

STABLE RELEASE

-ueforth-7.0.5.2.linux +ueforth-{{STABLE_VERSION}}.linux - Linux 64-bit Executable µEforth
- Version: 7.0.5.2 + Version: {{STABLE_VERSION}}

Beta Release

diff --git a/ueforth/site/windows.html b/ueforth/site/windows.html index 6a353eb..ed769b9 100644 --- a/ueforth/site/windows.html +++ b/ueforth/site/windows.html @@ -29,11 +29,11 @@ limitations under the License.

STABLE RELEASE

-uEf32-7.0.5.2.exe +uEf32-{{STABLE_VERSION}}.exe - Window 32-bit EXE µEforth
-uEf64-7.0.5.2.exe +uEf64-{{STABLE_VERSION}}.exe - Window 64-bit EXE µEforth
- Version: 7.0.5.2 (Stable) + Version: {{STABLE_VERSION}} (Stable)

Beta Release