summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-05-18 12:15:34 +0200
committerXavier Claessens <xclaesse@gmail.com>2009-05-18 12:15:34 +0200
commitcce131dc448057cff3b1dcfae234c976a657a3b0 (patch)
treec8fdfad705c30a24aaa7825d4cebabfba1449db4 /Makefile.am
parent075e989ef681922dff7333750591391314a5a29e (diff)
downloadtelepathy-account-widgets-cce131dc448057cff3b1dcfae234c976a657a3b0.tar.gz
Bump version to future 2.27 releases
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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; \