summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-03-18 13:55:02 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-03-18 16:35:54 +0100
commit39e696915bd0c88efd1401eb4317b6347cb70961 (patch)
tree3ad1627fe4678ea2401011983b39114be55acd5b /Makefile
parent7fd1581d3cf8c593fcf59587be0a792a2272c5a4 (diff)
downloadfirstaidkit-39e696915bd0c88efd1401eb4317b6347cb70961.tar.gz
firstaidkit-39e696915bd0c88efd1401eb4317b6347cb70961.tar.xz
firstaidkit-39e696915bd0c88efd1401eb4317b6347cb70961.zip
commit automatically when creating a new version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 54886a1..06d610b 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ bumpver:
sed -i "s/Version: $(VERSION)/Version: $$MAYORVER.$$NEWSUBVER/" firstaidkit.spec; \
sed -i "s/Release: .*%/Release: 1%/" firstaidkit.spec; \
sed -i "s/version=.*/version='$$MAYORVER.$$NEWSUBVER',/" setup.py;
+ git commit -a -m "Bumb version"
newver:
make bumpver