diff options
author | root <root@lamia.panaceas.james.local> | 2017-01-16 12:23:03 +0000 |
---|---|---|
committer | root <root@lamia.panaceas.james.local> | 2017-01-16 12:23:03 +0000 |
commit | 6eb4f3cfbb2b100ead16fe4944d4151a7536a0ec (patch) | |
tree | 9e8782cff18df1fa79b3881fb7ab4a1ec4f67178 | |
parent | 5416c19e11fef0f760977563ef8e3d92872f2e8f (diff) | |
download | twa_t-6eb4f3cfbb2b100ead16fe4944d4151a7536a0ec.tar.gz twa_t-6eb4f3cfbb2b100ead16fe4944d4151a7536a0ec.tar.bz2 twa_t-6eb4f3cfbb2b100ead16fe4944d4151a7536a0ec.zip |
tagging
-rwxr-xr-x | maintainer/tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer/tag b/maintainer/tag index 9b7cfcd..6c2d40c 100755 --- a/maintainer/tag +++ b/maintainer/tag @@ -28,4 +28,4 @@ echo $MICRO > version-micro echo "$CHK ${MAJOR}.${MINOR}.${MICRO}" >> version-md5sums git commit -a -m "tagging" -git tag twa_t-$MAJOR_$MINOR_$MICRO +git tag twa_t-${MAJOR}_${MINOR}_${MICRO} |