aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rwxr-xr-xrelease.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d8cebf0c9..31f84b954 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_27_1.. --stat) | fmt --split-only > $@.tmp \
+ (GIT_DIR=$(top_srcdir)/.git ./missing --run git log EMPATHY_2_28_0.. --stat) | fmt --split-only > $@.tmp \
&& mv -f $@.tmp $@ \
|| ($(RM) $@.tmp; \
echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
diff --git a/release.py b/release.py
index c7b773363..4944a648a 100755
--- a/release.py
+++ b/release.py
@@ -9,7 +9,7 @@ import time
from string import Template
from optparse import OptionParser
-last_tag_patern = 'EMPATHY_2_27*'
+last_tag_patern = 'EMPATHY_2_28*'
username = 'xclaesse'
upload_server = 'master.gnome.org'
template = '''\