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.
-ESP32forth-7.0.5.2.zip
+ESP32forth-{{STABLE_VERSION}}.zip
- Single .ino file ready for installation
- Version: 7.0.5.2
+ Version: {{STABLE_VERSION}}
-ueforth-7.0.5.2.linux
+ueforth-{{STABLE_VERSION}}.linux
- Linux 64-bit Executable µEforth
- Version: 7.0.5.2
+ Version: {{STABLE_VERSION}}
-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)