Skip to content

Commit d6bc9f2

Browse files
committed
Corrected install version
1 parent 70e457b commit d6bc9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ifeq ($(CXX_FUNCTIONS),true)
107107
endif
108108

109109
ifeq ($(shell uname -s),Darwin)
110-
LDFLAGS += -current_version 1.0.0 -compatibility_version 1 -install_name $(abspath $@)
110+
LDFLAGS += -current_version 1.1 -compatibility_version 1 -install_name $(abspath $@)
111111
OBJS += $(DARWIN_OBJS)
112112
DEPS += $(DARWIN_DEPS)
113113
else ifeq ($(shell uname -s),Linux)

0 commit comments

Comments
 (0)