Browse Source

Switch to dev version.

tags/v1.1.6
Andrew Belt 5 years ago
parent
commit
3a05c02384
2 changed files with 5 additions and 2 deletions
  1. +3
    -0
      CHANGELOG.md
  2. +2
    -2
      Makefile

+ 3
- 0
CHANGELOG.md View File

@@ -2,6 +2,9 @@


In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac.


### ??? (in development)


### 1.1.5 (2019-09-29) ### 1.1.5 (2019-09-29)
- Swap order of tags and brands in Module Browser. - Swap order of tags and brands in Module Browser.
- Add View > Frame rate menu bar item. - Add View > Frame rate menu bar item.


+ 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.5
VERSION := 1.dev.$(shell git rev-parse --short HEAD)
# VERSION := 1.1.5


FLAGS += -DVERSION=$(VERSION) FLAGS += -DVERSION=$(VERSION)
FLAGS += -Iinclude -Idep/include FLAGS += -Iinclude -Idep/include


Loading…
Cancel
Save