From 1b4649a79b59b9eed868a0ae04c97c76a08d442d Mon Sep 17 00:00:00 2001 From: Rongxin Liu Date: Sun, 5 Dec 2021 22:14:59 -0500 Subject: [PATCH] bump version to 10.1.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15038b3..3afa1bb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 10.1.3 +VERSION := 10.1.4 MAJOR_VERSION := $(shell echo $(VERSION) | cut -d'.' -f1) # installation directory (/usr/local by default)