Skip to content

Commit 1eac839

Browse files
committed
Increased the version number in the makefile
1 parent db74e19 commit 1eac839

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
@@ -89,7 +89,7 @@ LDFLAGS =
8989
NAME = $(STATIC_N)
9090

9191
ifeq ($(shell uname -s),Darwin)
92-
LDFLAGS += -current_version 2.0 -compatibility_version 1 $(MACOS_ARCH_FLAGS)
92+
LDFLAGS += -current_version 2.0.1 -compatibility_version 1 $(MACOS_ARCH_FLAGS)
9393
COM_FLAGS += $(MACOS_ARCH_FLAGS)
9494
OBJS += $(DARWIN_OBJS)
9595
DEPS += $(DARWIN_DEPS)

0 commit comments

Comments
 (0)