From b9f4bd793beef72a6067afa408b0c27c4a56ee19 Mon Sep 17 00:00:00 2001 From: "David J. Malan" Date: Sun, 5 Jun 2022 16:56:28 -0400 Subject: [PATCH] incremented version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6429bdc..f809bf4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 11.0.0 +VERSION := 11.0.1 MAJOR_VERSION := $(shell echo $(VERSION) | cut -d'.' -f1) # installation directory (/usr/local by default)