From dd796deb842af478aee6164973b8d589e7d89f00 Mon Sep 17 00:00:00 2001 From: Alexander Oleynikov Date: Sat, 1 Feb 2020 15:45:17 +0000 Subject: [PATCH] GNUmakefile: update VERSION on release --- GNUmakefile | 1 + VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 8ce7370..96412a5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -68,6 +68,7 @@ install: FRC all release: VERSION=$$(git describe --tags | sed 's/^v//;s/-[^.]*$$//') && \ + printf "$$VERSION\n" > VERSION && \ git archive --prefix=mblaze-$$VERSION/ -o mblaze-$$VERSION.tar.gz HEAD sign: diff --git a/VERSION b/VERSION index 4b9fcbe..5a2a580 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.6