Skip to content

Commit a69e54a

Browse files
committed
Updated DC4C and the version
1 parent 6159828 commit a69e54a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DC4C

Makefile

+1-1
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.2 -compatibility_version 1 $(MACOS_ARCH_FLAGS)
104+
LDFLAGS += -current_version 2.1 -compatibility_version 1 $(MACOS_ARCH_FLAGS)
105105
COM_FLAGS += $(MACOS_ARCH_FLAGS)
106106
OBJS += $(DARWIN_OBJS)
107107
DEPS += $(DARWIN_DEPS)

publishNotices/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ GNU GPL in version 3 or later. See the file LICENSE in the root folder.
66
This distribution includes DC4C, Copyright (C) mhahnFr, which is licensed
77
under the terms of the GNU GPL in version 3 or later, see the file LICENSE in
88
the root folder. The source code can be found at:
9-
https://github.com/mhahnFr/DC4C/tree/1c53a14cb3a4636c73052aae6a5132421aafbb21
9+
https://github.com/mhahnFr/DC4C/tree/41ae04fba7abf9e60266cdf8edaa1dfdc867a101

0 commit comments

Comments
 (0)