From bdbf9c6d3538678700086fe8ee75f1c1540e54fc Mon Sep 17 00:00:00 2001 From: Skrylar Date: Tue, 2 Apr 2019 14:41:34 -0500 Subject: [PATCH] release as 0.6.7 to get performance fixes out the door --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00ab159..7947178 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SLUG = SkJack # Must follow the format in the Versioning section of # https://vcvrack.com/manual/PluginDevelopmentTutorial.html -VERSION = 0.6.8 +VERSION = 0.6.7 # FLAGS will be passed to both the C and C++ compiler FLAGS += -Isrc -Wno-unknown-pragmas