From 55c329eb37f2b6d0bfe630b6f1ae744daf0476bc Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sun, 30 Jan 2022 12:20:34 -0800 Subject: [PATCH] Bump version. --- ueforth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueforth/Makefile b/ueforth/Makefile index 9dae599..4a95376 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.13 +VERSION=7.0.6.14 STABLE_VERSION=7.0.5.4 REVISION=$(shell git rev-parse HEAD | head -c 20) REVSHORT=$(shell echo $(REVISION) | head -c 7)