From a4b5f008fea39f1807746d56cd2c2814006f3179 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 1 Jul 2019 04:26:05 -0400 Subject: [PATCH] Bump version to 1.1.1. --- CHANGELOG.md | 4 ++-- Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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