diff options
-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]) |