]> j8takagi.net Git Repository - autotest_mk.git/commitdiff
make versionの修正 0.2p16
authorj8takagi <j8takagi@nifty.com>
Sat, 16 Feb 2019 02:43:44 +0000 (11:43 +0900)
committerj8takagi <j8takagi@nifty.com>
Sat, 16 Feb 2019 02:43:44 +0000 (11:43 +0900)
Makefile
VERSION

index f934d917f5609bfc1e051684ccde09ba33f78303..e0a587bae0fa4327c5d2279bf073ec64b9118129 100644 (file)
--- 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 26fe43a68dd4db3c66ed18658661f8286bee0d0f..1e8eced30a6a9b1b7e15ece4f471fbde9c9ad2d2 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2p15
+0.2p16