Skip to content

Commit

Permalink
New Version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Jun 25, 2024
1 parent a6ad26e commit ed1f54d
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.4
VERSION=1.2.5

ifneq (,$(filter sparc64 ppc64 ppc64le x86_64 s390x aarch64 mips64 riscv64,$(shell uname -m)))
LIBDIR = lib64
Expand Down

0 comments on commit ed1f54d

Please sign in to comment.