From b2d1d917c351e0ebaa3392bac7537cfe6f16ba04 Mon Sep 17 00:00:00 2001 From: Rongxin Liu Date: Sat, 22 Jun 2024 18:21:23 -0400 Subject: [PATCH] bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7662dac..1468c06 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 11.0.2 +VERSION := 11.0.3 MAJOR_VERSION := $(shell echo $(VERSION) | cut -d'.' -f1) # installation directory (/usr/local by default)