aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rwxr-xr-xrelease.py2
3 files changed, 3 insertions, 3 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; \
diff --git a/configure.ac b/configure.ac
index 85e7738e2..48e41bb5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(Empathy, 2.27.1, http://bugzilla.gnome.org/browse.cgi?product=empathy)
+AC_INIT(Empathy, 2.27.2, http://bugzilla.gnome.org/browse.cgi?product=empathy)
AC_PREREQ(2.59)
AC_COPYRIGHT([
Copyright (C) 2003-2007 Imendio AB
diff --git a/release.py b/release.py
index 4d3644cb8..967102211 100755
--- a/release.py
+++ b/release.py
@@ -8,7 +8,7 @@ import datetime
from string import Template
from optparse import OptionParser
-last_tag_patern = 'EMPATHY_2_26*'
+last_tag_patern = 'EMPATHY_2_27*'
username = 'xclaesse'
upload_server = 'master.gnome.org'
template = '''\