aboutsummaryrefslogtreecommitdiffstats
path: root/checkupdate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'checkupdate.sh')
-rwxr-xr-xcheckupdate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/checkupdate.sh b/checkupdate.sh
index d6ab116e..c12d0799 100755
--- a/checkupdate.sh
+++ b/checkupdate.sh
@@ -32,6 +32,8 @@ if [ "$nrev" -gt "$orev" ]; then
git add --all
git commit -a -m "Rev: $nrev"
+ git tag -a "rev$nrev" -m "Rev: $nrev"
+
fi