aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-12-04 03:01:48 +0100
committerKay Sievers <kay.sievers@suse.de>2005-12-04 03:01:48 +0100
commit731a7d6d75fa412d676fd536ea282f33296f64cb (patch)
treee88f725f01834d177e5f9b786817445a8ef510d2 /Makefile
parent4d1f4aa957277808a79d04216cf6e3db00035204 (diff)
downloadudev-731a7d6d75fa412d676fd536ea282f33296f64cb.tar.gz
077 release077
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d4ee3eb6..cd789f82 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-VERSION = 076
+VERSION = 077
# set this to make use of syslog
USE_LOG = true
@@ -382,9 +382,10 @@ buildtest:
ChangeLog: Makefile
@ mv $@ $@.tmp
- @ echo "Summary of changes from v$(VERSION) to v$(shell printf '%03i' $$(expr $(VERSION) + 1))" >> $@
+ @ echo "Summary of changes from v$(shell printf '%03i' $$(expr $(VERSION) - 1)) to v$(VERSION)" >> $@
@ echo "============================================" >> $@
- @ git log --pretty=short $(VERSION)..HEAD | git shortlog >> $@
+ @ echo >> $@
+ @ git log --pretty=short $(shell printf '%03i' $$(expr $(VERSION) - 1))..HEAD | git shortlog >> $@
@ echo >> $@
@ cat $@
@ cat $@.tmp >> $@