diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-09-04 02:11:22 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-09-04 02:11:22 +0800 |
commit | 9f05a609f489c09098b708610679a187c7e6ce1b (patch) | |
tree | 8478d97d47edc6e931a099521837a86fbc01b400 /configure.ac | |
parent | 5cad0ec2f1eda2becbc0f8f7503beba7eb2ee66f (diff) | |
download | gsoc2013-epiphany-9f05a609f489c09098b708610679a187c7e6ce1b.tar.gz gsoc2013-epiphany-9f05a609f489c09098b708610679a187c7e6ce1b.tar.zst gsoc2013-epiphany-9f05a609f489c09098b708610679a187c7e6ce1b.zip |
Set API version to 2.17.
2006-09-03 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Set API version to 2.17.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
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 |