Bump up stable version and use substitution.

This commit is contained in:
Brad Nelson
2021-07-09 23:08:57 -07:00
parent 7dbf52ed6d
commit 07e3762487
4 changed files with 9 additions and 8 deletions

View File

@ -13,6 +13,7 @@
# limitations under the License. # limitations under the License.
VERSION=7.0.6.3 VERSION=7.0.6.3
STABLE_VERSION=7.0.5.3
REVISION=$(shell git rev-parse HEAD) REVISION=$(shell git rev-parse HEAD)
REVSHORT=$(shell echo $(REVISION) | head -c 7) REVSHORT=$(shell echo $(REVISION) | head -c 7)
@ -359,7 +360,7 @@ REPLACE = common/replace.js \
DESKTOP_COMMON=@site/desktop_common.html \ DESKTOP_COMMON=@site/desktop_common.html \
MENU=@site/menu.html \ MENU=@site/menu.html \
VERSION=${VERSION} \ VERSION=${VERSION} \
REVISION=${REVISION} STABLE_VERSION=${STABLE_VERSION}
UE_REPLACE = $(REPLACE) FORTH=uEForth UE_REPLACE = $(REPLACE) FORTH=uEForth
ESP_REPLACE = $(REPLACE) FORTH=ESP32forth ESP_REPLACE = $(REPLACE) FORTH=ESP32forth

View File

@ -30,9 +30,9 @@ limitations under the License.
<h3>STABLE RELEASE</h3> <h3>STABLE RELEASE</h3>
<p> <p>
<a href="https://eforth.storage.googleapis.com/releases/ESP32forth-7.0.5.2.zip">ESP32forth-7.0.5.2.zip</a> <a href="https://eforth.storage.googleapis.com/releases/ESP32forth-{{STABLE_VERSION}}.zip">ESP32forth-{{STABLE_VERSION}}.zip</a>
- Single .ino file ready for installation<br/> - Single .ino file ready for installation<br/>
<i>Version: 7.0.5.2</i> <i>Version: {{STABLE_VERSION}}</i>
</p> </p>
<h3>Beta Release</h3> <h3>Beta Release</h3>

View File

@ -29,9 +29,9 @@ limitations under the License.
<h3>STABLE RELEASE</h3> <h3>STABLE RELEASE</h3>
<p> <p>
<a href="https://eforth.storage.googleapis.com/releases/ueforth-7.0.5.2.linux">ueforth-7.0.5.2.linux</a> <a href="https://eforth.storage.googleapis.com/releases/ueforth-{{STABLE_VERSION}}.linux">ueforth-{{STABLE_VERSION}}.linux</a>
- Linux 64-bit Executable µEforth<br/> - Linux 64-bit Executable µEforth<br/>
<i>Version: 7.0.5.2</i> <i>Version: {{STABLE_VERSION}}</i>
</p> </p>
<h3>Beta Release</h3> <h3>Beta Release</h3>

View File

@ -29,11 +29,11 @@ limitations under the License.
<h3>STABLE RELEASE</h3> <h3>STABLE RELEASE</h3>
<p> <p>
<a href="https://eforth.storage.googleapis.com/releases/uEf32-7.0.5.2.exe">uEf32-7.0.5.2.exe</a> <a href="https://eforth.storage.googleapis.com/releases/uEf32-{{STABLE_VERSION}}.exe">uEf32-{{STABLE_VERSION}}.exe</a>
- Window 32-bit EXE µEforth<br/> - Window 32-bit EXE µEforth<br/>
<a href="https://eforth.storage.googleapis.com/releases/uEf64-7.0.5.2.exe">uEf64-7.0.5.2.exe</a> <a href="https://eforth.storage.googleapis.com/releases/uEf64-{{STABLE_VERSION}}.exe">uEf64-{{STABLE_VERSION}}.exe</a>
- Window 64-bit EXE µEforth<br/> - Window 64-bit EXE µEforth<br/>
<i>Version: 7.0.5.2 (Stable)</i> <i>Version: {{STABLE_VERSION}} (Stable)</i>
</p> </p>
<h3>Beta Release</h3> <h3>Beta Release</h3>