From f8e39b6804d5de541d41f6e736a343e6e8ec8ee8 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sun, 6 Feb 2022 21:02:17 -0800 Subject: [PATCH] Bumping version#. --- ueforth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueforth/Makefile b/ueforth/Makefile index d2ad86a..f494810 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION=7.0.6.14 +VERSION=7.0.6.15 STABLE_VERSION=7.0.5.4 REVISION=$(shell git rev-parse HEAD | head -c 20) REVSHORT=$(shell echo $(REVISION) | head -c 7)