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
Bump version.
tags/v2.2.0
Andrew Belt
1 year ago
parent
29f403eceb
commit
ab8d3cd7a0
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
Makefile
+ 1
- 2
Makefile
View File
@@ -1,7 +1,6 @@
RACK_DIR ?= .
VERSION_MAJOR := 2
VERSION := $(shell git describe --tags)
VERSION := $(patsubst v%,%,$(VERSION))
VERSION := 2.2.0
FLAGS += -Iinclude -Idep/include
Write
Preview
Loading…
Cancel
Save