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
Use git hash in VERSION.
tags/v1.0.0
Andrew Belt
5 years ago
parent
e954d4e38d
commit
540e82dfdd
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,5 +1,5 @@
RACK_DIR ?= .
VERSION = 1.dev
VERSION = 1.dev
.$(shell git rev-parse --short HEAD)
FLAGS += -DAPP_VERSION=$(VERSION)
FLAGS += -Iinclude
Write
Preview
Loading…
Cancel
Save