Skip to content

Commit

Permalink
build: Bump soversion
Browse files Browse the repository at this point in the history
  • Loading branch information
hpjansson committed May 20, 2023
1 parent 3e21748 commit d21e01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chafa/Makefile.am
Expand Up @@ -9,7 +9,7 @@ noinst_LTLIBRARIES =
noinst_HEADERS =

libchafa_la_CFLAGS = $(LIBCHAFA_CFLAGS) $(GLIB_CFLAGS) -DCHAFA_COMPILATION
libchafa_la_LDFLAGS = $(LIBCHAFA_LDFLAGS) -no-undefined -version-info 8:4:8
libchafa_la_LDFLAGS = $(LIBCHAFA_LDFLAGS) -no-undefined -version-info 8:5:8
libchafa_la_LIBADD = $(GLIB_LIBS) internal/libchafa-internal.la -lm

libchafa_la_SOURCES = \
Expand Down

0 comments on commit d21e01e

Please sign in to comment.