From f12b187e9169ff1bf6acf3b3bfb17ee458baabe4 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sat, 16 Feb 2019 11:43:44 +0900 Subject: [PATCH] =?utf8?q?make=20version=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f934d91..e0a587b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ CAT := cat GIT := git +PRINTF := printf WC = wc XARGS := xargs @@ -21,4 +22,4 @@ gittag: if test `$(GIT) status -s | $(WC) -l` -gt 0; then $(ECHO) "Error: commit, first."; exit 1; fi; if test "$(VERSIONGITREF)" != "$(MASTERGITREF)"; then $(GIT) tag $(VERSION); fi version: VERSION - @$(ECHO) "YACASL2 Version: $(VERSION)" + @$(PRINTF) "Autotest.mk Version: $(VERSION)" diff --git a/VERSION b/VERSION index 26fe43a..1e8eced 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2p15 +0.2p16 -- 2.18.0