From 9f16e25a3e7bb38d89f6f92758da905dd3476db7 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 29 Jul 2012 18:05:34 -0500 Subject: [PATCH] Bump the version of the new library since programs will need to be re-linked to use it. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 41ea9fb..ee6ca16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ libjson_cinclude_HEADERS = \ #libjsonx_include_HEADERS = \ # json_config.h -libjson_c_la_LDFLAGS = -version-info 1:0:1 -no-undefined +libjson_c_la_LDFLAGS = -version-info 2:0:0 -no-undefined if ENABLE_OLDNAME_COMPAT libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c -- 2.49.0