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
Remove macro VERSION_0_4_0. There is no need for version checks, since
you should only ever need to worry about supporting the latest version of Rack
tags/v0.5.0
Andrew Belt
7 years ago
parent
5f311e7e15
commit
58b2e6289d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
compile.mk
+ 1
- 1
compile.mk
View File
@@ -1,5 +1,5 @@
VERSION ?= dev
FLAGS += -DVERSION=$(VERSION)
-DVERSION_$(subst .,_,$(VERSION))
FLAGS += -DVERSION=$(VERSION)
# Generate dependency files alongside the object files
FLAGS += -MMD
Write
Preview
Loading…
Cancel
Save