From d0c92852f91d9b9b7f73cf87bb58897f3e1ee4d4 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 25 Sep 2019 06:33:09 -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 b09cd51f..0b97ed89 100644 --- a/Core.json +++ b/Core.json @@ -1,7 +1,7 @@ { "slug": "Core", "name": "Core", - "version": "1.1.4", + "version": "1.1.5", "license": "GPL-3.0-only", "author": "VCV", "brand": "VCV", diff --git a/Makefile b/Makefile index bef63c93..01d8f4f2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RACK_DIR ?= . -VERSION := 1.dev.$(shell git rev-parse --short HEAD) -# VERSION := 1.1.4 +# VERSION := 1.dev.$(shell git rev-parse --short HEAD) +VERSION := 1.1.5 FLAGS += -DVERSION=$(VERSION) FLAGS += -Iinclude -Idep/include