We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d267b commit 194201bCopy full SHA for 194201b
src/libprojectM/Makefile.am
@@ -14,7 +14,7 @@ AM_CPPFLAGS = \
14
lib_LTLIBRARIES = libprojectM.la # public, possibly-shared library
15
16
# link flags
17
-libprojectM_la_LDFLAGS = $(CG_LDFLAGS) -no-undefined -version-info 0:2:0
+libprojectM_la_LDFLAGS = $(CG_LDFLAGS) -no-undefined -version-info 2:0:0
18
19
# link libRenderer, MilkdropPresetFactory, NativePresetFactory, and libprojectM sources
20
libprojectM_la_LIBADD = \
0 commit comments