diff --git a/Core.json b/Core.json index f9dfb91d..5afaf5b5 100644 --- a/Core.json +++ b/Core.json @@ -1,7 +1,7 @@ { "slug": "Core", "name": "Core", - "version": "1.1.2", + "version": "1.1.3", "license": "GPL-3.0-only", "author": "VCV", "brand": "VCV", diff --git a/Makefile b/Makefile index 12559d2e..d26c160e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RACK_DIR ?= . -VERSION := 1.dev.$(shell git rev-parse --short HEAD) -# VERSION := 1.1.2 +# VERSION := 1.dev.$(shell git rev-parse --short HEAD) +VERSION := 1.1.3 FLAGS += -DVERSION=$(VERSION) FLAGS += -Iinclude -Idep/include