From 9f05a609f489c09098b708610679a187c7e6ce1b Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 3 Sep 2006 18:11:22 +0000 Subject: Set API version to 2.17. 2006-09-03 Christian Persch * configure.ac: Set API version to 2.17. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2e5eb2e62..e1e79cf3f 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[2.16.0.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[2.17.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT @@ -25,8 +25,8 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_MAJOR=2.16 -EPIPHANY_API_VERSION=2.16 +EPIPHANY_MAJOR=2.17 +EPIPHANY_API_VERSION=2.17 # This should stay at the major version of the latest stable releases EPIPHANY_UA_VERSION=2.16 -- cgit