diff options
author | Christian Persch <chpe@src.gnome.org> | 2009-01-14 02:16:30 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2009-01-14 02:16:30 +0800 |
commit | 1f2c332d0327da86e6b383c67ec45eed7e1c96d2 (patch) | |
tree | e867403cc8b25cfe081830f7e7cd957876bad150 | |
parent | bca62e78525f924b7511933f8c8c9d4f7e995bd6 (diff) | |
download | gsoc2013-epiphany-1f2c332d0327da86e6b383c67ec45eed7e1c96d2.tar gsoc2013-epiphany-1f2c332d0327da86e6b383c67ec45eed7e1c96d2.tar.gz gsoc2013-epiphany-1f2c332d0327da86e6b383c67ec45eed7e1c96d2.tar.bz2 gsoc2013-epiphany-1f2c332d0327da86e6b383c67ec45eed7e1c96d2.tar.lz gsoc2013-epiphany-1f2c332d0327da86e6b383c67ec45eed7e1c96d2.tar.xz gsoc2013-epiphany-1f2c332d0327da86e6b383c67ec45eed7e1c96d2.tar.zst gsoc2013-epiphany-1f2c332d0327da86e6b383c67ec45eed7e1c96d2.zip |
Version update after branch.
svn path=/branches/gnome-2-26/; revision=8686
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 2f1f52ce2..5ce52d15b 100644 --- a/configure.ac +++ b/configure.ac @@ -16,14 +16,14 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA m4_define([epiphany_version_major],[2]) -m4_define([epiphany_version_minor],[24]) -m4_define([epiphany_version_micro],[3]) +m4_define([epiphany_version_minor],[25]) +m4_define([epiphany_version_micro],[5]) m4_define([epiphany_version_extra],[]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro()epiphany_version_extra]) m4_define([epiphany_build_id],[20080528]) # The date of the 2.22.2 release # This can be either "trunk" or "branches/gnome-x-y" -m4_define([epiphany_branch],["branches/gnome-2-24"]) +m4_define([epiphany_branch],["branches/gnome-2-26"]) AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) |