diff --git a/Makefile b/Makefile index f2184cc2..d3c69d12 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ RACK_DIR ?= . -VERSION = master +VERSION = 0.6.0 FLAGS += \ -Iinclude \ diff --git a/src/app/RackWidget.cpp b/src/app/RackWidget.cpp index 11710bed..033e1c02 100644 --- a/src/app/RackWidget.cpp +++ b/src/app/RackWidget.cpp @@ -232,7 +232,6 @@ void RackWidget::fromJson(json_t *rootJ) { int legacy = 0; if (stringStartsWith(version, "0.3.") || stringStartsWith(version, "0.4.") || stringStartsWith(version, "0.5.") || version == "" || version == "dev") { legacy = 1; - message += "This patch was created with Rack 0.5 or earlier. Saving it will convert it to a Rack 0.6+ patch.\n\n"; } if (legacy) { info("Loading patch using legacy mode %d", legacy);