Skip to content

Commit

Permalink
Bump ABI version to 1:0:0 for libConfuse v3.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Mar 3, 2016
1 parent ee4eb31 commit 76cd097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libconfuse_la_SOURCES = confuse.c compat.h lexer.l
libconfuse_la_CPPFLAGS = -D_GNU_SOURCE -DBUILDING_DLL
libconfuse_la_LIBADD = $(LTLIBINTL)
# -no-undefined is required for windows DLL support
libconfuse_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 0:0:0
libconfuse_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 1:0:0

datadir = @datadir@
localedir = $(datadir)/locale
Expand Down

0 comments on commit 76cd097

Please sign in to comment.