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.2
Andrew Belt
1 year ago
parent
afb25dbb64
commit
4c0294a6a6
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Core.json
+1
-1
Makefile
+ 1
- 1
Core.json
View File
@@ -1,7 +1,7 @@
{
{
"slug": "Core",
"slug": "Core",
"name": "VCV Core",
"name": "VCV Core",
"version": "2.2.
0
",
"version": "2.2.
2
",
"license": "GPL-3.0-or-later",
"license": "GPL-3.0-or-later",
"author": "VCV",
"author": "VCV",
"brand": "VCV",
"brand": "VCV",
+ 1
- 1
Makefile
View File
@@ -1,6 +1,6 @@
RACK_DIR ?= .
RACK_DIR ?= .
VERSION_MAJOR := 2
VERSION_MAJOR := 2
VERSION := 2.2.
1
VERSION := 2.2.
2
FLAGS += -Iinclude -Idep/include
FLAGS += -Iinclude -Idep/include
Write
Preview
Loading…
Cancel
Save