Browse Source

Makefile: Bump the major version of the .so library generated up to 5.0.

There has a new interface been added during development.  Also some
changes may break ABI compatibility with the prior library so-name.

Signed-off-by: Björn Esser <besser82@fedoraproject.org>
pull/510/head
Björn Esser 6 years ago
parent
commit
4f4f555a25
No known key found for this signature in database GPG Key ID: F52E98007594C21D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.am

+ 1
- 1
Makefile.am View File

@@ -43,7 +43,7 @@ noinst_HEADERS=\
random_seed.h \
strerror_override.h

libjson_c_la_LDFLAGS = -version-info 4:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@
libjson_c_la_LDFLAGS = -version-info 5:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@

libjson_c_la_SOURCES = \
arraylist.c \


Loading…
Cancel
Save