Skip to content

Commit

Permalink
New Version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Feb 16, 2024
1 parent 67eee26 commit 3f4c9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f4c9bd

Please sign in to comment.