Browse Source

Bump version to 1.1.1.

tags/v1.1.1
Andrew Belt 5 years ago
parent
commit
a4b5f008fe
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      CHANGELOG.md
  2. +2
    -2
      Makefile

+ 2
- 2
CHANGELOG.md View File

@@ -4,8 +4,8 @@ In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac.


### 1.1.1 (in development) ### 1.1.1 (in development)
- Add auto-updating on Windows when Help > Update VCV Rack is clicked. - 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) ### 1.1.0 (2019-06-27)
- Request microphone access on Mac to prevent Mac 10.14+ from blocking audio input. - Request microphone access on Mac to prevent Mac 10.14+ from blocking audio input.


+ 2
- 2
Makefile View File

@@ -1,6 +1,6 @@
RACK_DIR ?= . 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 += -DVERSION=$(VERSION)
FLAGS += -Iinclude -Idep/include FLAGS += -Iinclude -Idep/include


Loading…
Cancel
Save