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
43
Wiki
Activity
Browse Source
Use git commit for version revision.
tags/v2.6.1
Andrew Belt
5 months ago
parent
8cf05a500b
commit
997f90eee3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -1,7 +1,7 @@
RACK_DIR ?= .
EDITION := Free
VERSION_MAJOR := 2
VERSION := $(
shell jq -r .version Core.json
)
VERSION := $(
VERSION_MAJOR).6.$(shell git rev-parse --short HEAD
)
FLAGS += -Iinclude -Idep/include
Write
Preview
Loading…
Cancel
Save