version and release automatized

This commit is contained in:
root
2020-10-05 21:02:00 +02:00
parent 4e4a664d38
commit a67bbcc340
12 changed files with 27 additions and 90 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=0.6r10
VERSION=$(cat VERSION)r$(cat RELEASE)
DEST=$1
shift 1
ORIG=$@
@@ -47,4 +47,4 @@ else
;;
esac
exit 0
fi
fi