From a0906c8a08077b4644cb7f3a973c351bfb62c25b Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sat, 11 Jul 2020 10:07:37 +0200 Subject: [PATCH] bumped version to 1.1.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1094dc8..e003ae6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ LIBNAME := $(shell basename $$(pwd)) MAJOR := 1 -MINOR := 0.0 +MINOR := 1.0 UNAME_S := $(shell uname -s)