Skip to content

Commit

Permalink
Change SOVERSION to 5.3.0 for release 1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBloomberg committed May 2, 2018
1 parent cfec19d commit ac32448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ string(REPLACE "-O3" "-O2" CMAKE_C_FLAGS_RELEASE ${CMAKE_C_FLAGS_RELEASE})

add_library (leptonica ${LIBRARY_TYPE} ${src} ${hdr})
set_target_properties (leptonica PROPERTIES VERSION ${VERSION_PLAIN})
set_target_properties (leptonica PROPERTIES SOVERSION 5.2.0)
set_target_properties (leptonica PROPERTIES SOVERSION 5.3.0)
if (WIN32)
set_target_properties (leptonica PROPERTIES OUTPUT_NAME leptonica-${VERSION_PLAIN})
set_target_properties (leptonica PROPERTIES DEBUG_OUTPUT_NAME leptonica-${VERSION_PLAIN}d)
Expand Down
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 @@ AM_CPPFLAGS = $(ZLIB_CFLAGS) $(LIBPNG_CFLAGS) $(JPEG_CFLAGS) $(LIBTIFF_CFLAGS) $
lib_LTLIBRARIES = liblept.la
liblept_la_LIBADD = $(LIBM) $(ZLIB_LIBS) $(LIBPNG_LIBS) $(JPEG_LIBS) $(GIFLIB_LIBS) $(LIBTIFF_LIBS) $(LIBWEBP_LIBS) $(LIBJP2K_LIBS) $(GDI_LIBS)

liblept_la_LDFLAGS = -no-undefined -version-info 5:2:0
liblept_la_LDFLAGS = -no-undefined -version-info 5:3:0

liblept_la_SOURCES = adaptmap.c affine.c \
affinecompose.c arrayaccess.c \
Expand Down

0 comments on commit ac32448

Please sign in to comment.