From 226d7f8e0a0441a786d593191770bfd918c8e84f Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Mon, 28 Jun 2021 23:09:19 -0700 Subject: [PATCH] Fix copyright notice on Makefile + bump stable version. --- ueforth/Makefile | 14 ++++++++++++++ ueforth/site/ESP32forth.html | 4 ++-- ueforth/site/linux.html | 4 ++-- ueforth/site/windows.html | 6 +++--- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/ueforth/Makefile b/ueforth/Makefile index 6a95980..b62b904 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -1,3 +1,17 @@ +# Copyright 2021 Bradley D. Nelson +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + VERSION=7.0.6.2 REVISION=$(shell git rev-parse HEAD) REVSHORT=$(shell echo $(REVISION) | head -c 7) diff --git a/ueforth/site/ESP32forth.html b/ueforth/site/ESP32forth.html index d22a48b..f0741d0 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.1.zip +ESP32forth-7.0.5.2.zip - Single .ino file ready for installation
- Version: 7.0.5.1 + Version: 7.0.5.2

Beta Release

diff --git a/ueforth/site/linux.html b/ueforth/site/linux.html index 1c3e937..65f13ab 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.1.linux +ueforth-7.0.5.2.linux - Linux 64-bit Executable µEforth
- Version: 7.0.5.1 + Version: 7.0.5.2

Beta Release

diff --git a/ueforth/site/windows.html b/ueforth/site/windows.html index de80f05..6a353eb 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.1.exe +uEf32-7.0.5.2.exe - Window 32-bit EXE µEforth
-uEf64-7.0.5.1.exe +uEf64-7.0.5.2.exe - Window 64-bit EXE µEforth
- Version: 7.0.5.1 (Stable) + Version: 7.0.5.2 (Stable)

Beta Release