From 3f4c9bd3f21ec9ac75a025dfa3fa30fe3f621831 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 16 Feb 2024 09:06:49 -0800 Subject: [PATCH] New Version 1.2.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 183434b..99e7107 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PYTHON ?= python3 PYTHONSITEPACKAGES := $(shell $(PYTHON) -c 'import site; print(site.getsitepackages()[0])') PYTHONINCLUDE := $(shell $(PYTHON)-config --includes) -VERSION=1.2.3 +VERSION=1.2.4 ifneq (,$(filter sparc64 ppc64 ppc64le x86_64 s390x aarch64 mips64 riscv64,$(shell uname -m))) LIBDIR = lib64