This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Switch to dev version.
tags/v1.1.6
Andrew Belt
5 years ago
parent
96e623bb70
commit
3a05c02384
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
CHANGELOG.md
+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 development)
### 1.1.5 (2019-09-29)
- Swap order of tags and brands in Module Browser.
- Add View > Frame rate menu bar item.
+ 2
- 2
Makefile
View File
@@ -1,6 +1,6 @@
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 += -Iinclude -Idep/include
Write
Preview
Loading…
Cancel
Save