From bf29ed74df39f719d21c9cdd0f1594db16a34fbd Mon Sep 17 00:00:00 2001 From: Rongxin Liu <10591665+rongxin-liu@users.noreply.github.com> Date: Sat, 29 Apr 2023 11:06:11 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf35541..7662dac 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 12.0.0 +VERSION := 11.0.2 MAJOR_VERSION := $(shell echo $(VERSION) | cut -d'.' -f1) # installation directory (/usr/local by default)