Skip to content

Commit

Permalink
Merge pull request #125 from luigino/libprojectM
Browse files Browse the repository at this point in the history
Increase soversion to 3.1.1
  • Loading branch information
luigino authored Feb 22, 2019
2 parents 614aff4 + 3258ff5 commit df86fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libprojectM/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ AM_CPPFLAGS = \
lib_LTLIBRARIES = libprojectM.la # public, possibly-shared library

# link flags
libprojectM_la_LDFLAGS = $(CG_LDFLAGS) -no-undefined -version-info 2:0:0
libprojectM_la_LDFLAGS = $(CG_LDFLAGS) -no-undefined -version-info 4:1:1

# link libRenderer, MilkdropPresetFactory, NativePresetFactory, and libprojectM sources
libprojectM_la_LIBADD = \
Expand Down

0 comments on commit df86fd1

Please sign in to comment.