summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2019-07-01 04:26:05 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2019-07-01 04:26:05 -0400
commita4b5f008fea39f1807746d56cd2c2814006f3179 (patch)
tree3a174229eb1025031104c0d3060bcfb7364fe26d
parente0f020efb49e1951cdb58695687a44ba531bc7dd (diff)
Bump version to 1.1.1.v1.1.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--Makefile4
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