Skip to content

Commit 66114bc

Browse files
committed
version 1.0.1
1 parent e2bc38b commit 66114bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ifneq ($(findstring docs, $(MAKECMDGOALS)),)
6161
DOCS = true
6262
endif
6363

64-
override OPTS += -Si -S2 -Sh -Futests/units
64+
override OPTS += -fPIC -Si -S2 -Sh -Futests/units
6565

6666
ifdef SMART
6767
override OPTS += -CX

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# VERSION is the number of the library version with nothing prepended
77
# or appended
88

9-
VERSION="0.5.0"
9+
VERSION="1.0.1"
1010

1111
# VERSION_SUFFIX must have a dash ("-") prepended and nothing should be
1212
# appended to the version number

0 commit comments

Comments
 (0)