From f69fc1182587f587e3f60126e17cf0f6633e1e58 Mon Sep 17 00:00:00 2001 From: Jim Tupper Date: Sun, 4 Nov 2018 11:01:13 +0000 Subject: [PATCH] Bumping to v0.6.5 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 77157ba..f0e70c8 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SLUG = rcm # Must follow the format in the Versioning section of # https://vcvrack.com/manual/PluginDevelopmentTutorial.html -VERSION = 0.6.4 +VERSION = 0.6.5 # FLAGS will be passed to both the C and C++ compiler #FLAGS += -Idep/openmpt-libopenmpt-0.3.10/soundlib -Idep/openmpt-libopenmpt-0.3.10/common @@ -17,7 +17,7 @@ CXXFLAGS += # Careful about linking to shared libraries, since you can't assume much about the user's environment and library search path. # Static libraries are fine. #LDFLAGS = -Ldep -Ldep/openmpt-libopenmpt-0.3.10/bin/libopenmpt.a -LDFLAGS = -Ldep +#LDFLAGS = -Ldep # Add .cpp and .c files to the build SOURCES += $(wildcard src/*.cpp) $(wildcard src/*.c)