Skip to content

Commit

Permalink
Bumping to v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rcomian committed Nov 4, 2018
1 parent 1d2afad commit f69fc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit f69fc11

Please sign in to comment.