X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=Makefile.am;h=d8cebf0c9eecd6152bb2ce5e9bf50c53c16ef6a9;hp=2b0b06807948d61e63fc3cdb11cba576479bcaf8;hb=1f5c37347a4d759b8f3b56e3e9986a3f255b893c;hpb=717754c54a9bdef3928fae794c4b756ddfa87e93 diff --git a/Makefile.am b/Makefile.am index 2b0b0680..d8cebf0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,7 @@ distclean-local: ChangeLog: @echo Creating $@ @if test -d "$(srcdir)/.git"; then \ - (GIT_DIR=$(top_srcdir)/.git ./missing --run git log EMPATHY_2_26_1.. --stat) | fmt --split-only > $@.tmp \ + (GIT_DIR=$(top_srcdir)/.git ./missing --run git log EMPATHY_2_27_1.. --stat) | fmt --split-only > $@.tmp \ && mv -f $@.tmp $@ \ || ($(RM) $@.tmp; \ echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \