From: j8takagi Date: Sat, 16 Feb 2019 02:43:44 +0000 (+0900) Subject: make versionの修正 X-Git-Tag: 0.2p16 X-Git-Url: https://j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f12b187e9169ff1bf6acf3b3bfb17ee458baabe4;p=autotest_mk.git make versionの修正 --- 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