Skip to content

Commit

Permalink
Bump the version of the new library since programs will need to be re…
Browse files Browse the repository at this point in the history
…-linked to use it.
  • Loading branch information
hawicz committed Jul 29, 2012
1 parent 943b7a4 commit 9f16e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f16e25

Please sign in to comment.