]> git.0d.be Git - empathy.git/commitdiff
Bump version to future 2.27 releases
authorXavier Claessens <xclaesse@gmail.com>
Mon, 18 May 2009 10:15:34 +0000 (12:15 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Mon, 18 May 2009 10:15:34 +0000 (12:15 +0200)
Makefile.am
configure.ac
release.py

index 2b0b06807948d61e63fc3cdb11cba576479bcaf8..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_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; \
index 85e7738e2dce608606f62de3000f2f7d2e5a07f1..48e41bb5aaeb8f8e2164fe6777f2561d79575fdd 100644 (file)
@@ -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
index 4d3644cb8b7f27394fd47f59b8d108ac1d958b01..967102211be226017b70cad50eb2d6ec45860140 100755 (executable)
@@ -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 = '''\