From 4800b327e8575080229f9a50b2a3bbca82af9cfe Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 20 Jul 2019 18:23:37 -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 16335039..f9dfb91d 100644 --- a/Core.json +++ b/Core.json @@ -1,7 +1,7 @@ { "slug": "Core", "name": "Core", - "version": "1.0.0", + "version": "1.1.2", "license": "GPL-3.0-only", "author": "VCV", "brand": "VCV", diff --git a/Makefile b/Makefile index 9b291f6c..7a4c8a74 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RACK_DIR ?= . -VERSION := 1.dev.$(shell git rev-parse --short HEAD) -# VERSION := 1.1.1 +# VERSION := 1.dev.$(shell git rev-parse --short HEAD) +VERSION := 1.1.2 FLAGS += -DVERSION=$(VERSION) FLAGS += -Iinclude -Idep/include