From e7b550af28d818ce2e8ba17c8f687735c29bd54b Mon Sep 17 00:00:00 2001 From: Jules Saarikoski Date: Thu, 21 Jul 2022 11:34:52 +0200 Subject: [PATCH] Use a flexible version --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 077feec..172acb6 100644 --- a/index.html +++ b/index.html @@ -101,7 +101,7 @@ " | |", " +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+", "", - " Welcome to WebVM (build 20220509). If unsure, try these examples:", + " Welcome to WebVM (build CX_VERSION). If unsure, try these examples:", "", " python3 examples/python3/fibonacci.py ", " gcc -o helloworld examples/c/helloworld.c && ./helloworld", @@ -305,7 +305,7 @@ var script = document.createElement('script'); script.type = 'text/javascript'; - var cxFile = "https://cheerpxdemos.leaningtech.com/publicdeploy/20220509_500/cx.js"; + var cxFile = "https://cheerpxdemos.leaningtech.com/publicdeploy/CX_VERSION/cx.js"; script.src = cxFile; script.addEventListener("load", runBash, false);