Skip to content

Commit b907465

Browse files
committed
Increased the version number in the makefile
1 parent 93391f2 commit b907465

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
@@ -101,7 +101,7 @@ endif
101101
endif
102102

103103
ifeq ($(shell uname -s),Darwin)
104-
LDFLAGS += -current_version 2.0.1 -compatibility_version 1 $(MACOS_ARCH_FLAGS)
104+
LDFLAGS += -current_version 2.0.2 -compatibility_version 1 $(MACOS_ARCH_FLAGS)
105105
COM_FLAGS += $(MACOS_ARCH_FLAGS)
106106
OBJS += $(DARWIN_OBJS)
107107
DEPS += $(DARWIN_DEPS)

0 commit comments

Comments
 (0)