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
35
Wiki
Activity
Browse Source
Bump version
tags/v1.0.0
Andrew Belt
4 years ago
parent
7cb85d543c
commit
9247ac4045
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Makefile
+ 2
- 1
Makefile
View File
@@ -1,5 +1,6 @@
RACK_DIR ?= .
VERSION := 1.dev.$(shell git rev-parse --short HEAD)
# VERSION := 1.dev.$(shell git rev-parse --short HEAD)
VERSION := 1.0.0
FLAGS += -DVERSION=$(VERSION)
FLAGS += -Iinclude -Idep/include
Write
Preview
Loading…
Cancel
Save