diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e8c8e6..4cfeaf5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. ### 1.1.1 (in development) - Add auto-updating on Windows when Help > Update VCV Rack is clicked. -- Fix filters in open/save dialog box on Windows. -- Fix expander assignment when force-dragging modules. +- Fix extension filters in open/save dialog box on Windows. +- Fix expanders not attaching when force-dragging modules. ### 1.1.0 (2019-06-27) - Request microphone access on Mac to prevent Mac 10.14+ from blocking audio input. diff --git a/Makefile b/Makefile index 187305ae..5beb3243 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RACK_DIR ?= . -VERSION := 1.dev.$(shell git rev-parse --short HEAD) -# VERSION := 1.1.0 +# VERSION := 1.dev.$(shell git rev-parse --short HEAD) +VERSION := 1.1.1 FLAGS += -DVERSION=$(VERSION) FLAGS += -Iinclude -Idep/include