From 01a9ed38384747b55fb7d5f13d574d99147c7f70 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Thu, 25 Feb 2021 22:35:39 -0800 Subject: [PATCH] Bump version. --- ueforth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueforth/Makefile b/ueforth/Makefile index 9fc9ade..998a129 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -1,4 +1,4 @@ -VERSION=7.0.2 +VERSION=7.0.3 REVISION=$(shell git rev-parse HEAD) OUT = out