Skip to content

Commit

Permalink
Increased the version number in the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahnFr committed Sep 11, 2024
1 parent 448d5a2 commit 4188960
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 @@ -46,7 +46,7 @@ LINUX_SONAME_FLAG = -Wl,-soname,$(abspath $@)
MACOS_ARCH_FLAGS =

ifeq ($(shell uname -s),Darwin)
LDFLAGS += -current_version 1.9 -compatibility_version 1 -install_name $(abspath $@) $(MACOS_ARCH_FLAGS)
LDFLAGS += -current_version 1.10 -compatibility_version 1 -install_name $(abspath $@) $(MACOS_ARCH_FLAGS)
CXXFLAGS += $(MACOS_ARCH_FLAGS)
LIBCALLSTACK_FLAG += "MACOS_ARCH_FLAGS=$(MACOS_ARCH_FLAGS)"

Expand Down

0 comments on commit 4188960

Please sign in to comment.