Skip to content

Commit 884c1b9

Browse files
committed
Increased version in the Makefile
1 parent 1e05e06 commit 884c1b9

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
@@ -119,7 +119,7 @@ ifeq ($(CXX_FUNCTIONS),true)
119119
endif
120120

121121
ifeq ($(shell uname -s),Darwin)
122-
LDFLAGS += -current_version 1.1 -compatibility_version 1
122+
LDFLAGS += -current_version 1.2 -compatibility_version 1
123123
OBJS += $(DARWIN_OBJS)
124124
DEPS += $(DARWIN_DEPS)
125125

0 commit comments

Comments
 (0)