diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-05-18 18:15:34 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-05-18 18:15:34 +0800 |
commit | cce131dc448057cff3b1dcfae234c976a657a3b0 (patch) | |
tree | c8fdfad705c30a24aaa7825d4cebabfba1449db4 /Makefile.am | |
parent | 075e989ef681922dff7333750591391314a5a29e (diff) | |
download | gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.tar gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.tar.gz gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.tar.bz2 gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.tar.lz gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.tar.xz gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.tar.zst gsoc2013-empathy-cce131dc448057cff3b1dcfae234c976a657a3b0.zip |
Bump version to future 2.27 releases
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2b0b06807..d8cebf0c9 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; \ |