]> git.0d.be Git - empathy.git/blobdiff - Makefile.am
Updated Basque language
[empathy.git] / Makefile.am
index 3929d3931e0bc52871e9471e01a7cc2383604bcd..d8cebf0c9eecd6152bb2ce5e9bf50c53c16ef6a9 100644 (file)
@@ -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_24_0.. --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; \