[empathy] Bump version to future 2.27 releases



commit cce131dc448057cff3b1dcfae234c976a657a3b0
Author: Xavier Claessens <xclaesse gmail com>
Date:   Mon May 18 12:15:34 2009 +0200

    Bump version to future 2.27 releases
---
 Makefile.am  |    2 +-
 configure.ac |    2 +-
 release.py   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 2b0b068..d8cebf0 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 85e7738..48e41bb 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 4d3644c..9671022 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 = '''\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]