From 2a81d9aa68e2d8e08634d679334bb3b5f2628937 Mon Sep 17 00:00:00 2001 From: Guoqiang Chen Date: Fri, 4 Dec 2020 11:22:18 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4199113..13a5cec 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CWD := $(shell pwd) NAME := frep -VERSION := 1.3.11 +VERSION := 1.3.12 ARCH := $(shell uname -m) ifeq (${ARCH},x86_64)