From ae953b1d836c497cdb1d597e93e552d66c4e47f8 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 23 Jul 2019 16:29:50 -0400 Subject: [PATCH] Bump version. --- Core.json | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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