summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-03-10 21:06:08 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-03-10 21:06:08 +0100
commitd145ff0eb2917772695ea9bf8a50bf5127da15f5 (patch)
tree0b1ec879eee55b9e3f468333404bf59c1a525800 /Makefile
parent9a048a551dfc6044a711d0fca6c5c0e9443171a2 (diff)
downloadfirstaidkit-d145ff0eb2917772695ea9bf8a50bf5127da15f5.tar.gz
firstaidkit-d145ff0eb2917772695ea9bf8a50bf5127da15f5.tar.xz
firstaidkit-d145ff0eb2917772695ea9bf8a50bf5127da15f5.zip
automate creating a new version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d3cd52b..54886a1 100644
--- a/Makefile
+++ b/Makefile
@@ -39,3 +39,8 @@ 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;
+
+newver:
+ make bumpver
+ git commit -a -m "new minor version"
+ make rpm-all