diff options
author | Christian Persch <chpe@src.gnome.org> | 2009-02-17 02:51:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2009-02-17 02:51:04 +0800 |
commit | ead26be3ff6819e034faaa8463225c0b5e0557ee (patch) | |
tree | 1dbb29725630fa00e540f9b0a356987eec774106 | |
parent | 768f430bc331f6631ec8558edc2e866f3d1daf2a (diff) | |
download | gsoc2013-epiphany-ead26be3ff6819e034faaa8463225c0b5e0557ee.tar gsoc2013-epiphany-ead26be3ff6819e034faaa8463225c0b5e0557ee.tar.gz gsoc2013-epiphany-ead26be3ff6819e034faaa8463225c0b5e0557ee.tar.bz2 gsoc2013-epiphany-ead26be3ff6819e034faaa8463225c0b5e0557ee.tar.lz gsoc2013-epiphany-ead26be3ff6819e034faaa8463225c0b5e0557ee.tar.xz gsoc2013-epiphany-ead26be3ff6819e034faaa8463225c0b5e0557ee.tar.zst gsoc2013-epiphany-ead26be3ff6819e034faaa8463225c0b5e0557ee.zip |
Explicitly set the API versionRELEASE_2_25_91
svn path=/branches/gnome-2-26/; revision=8788
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 63ccfaede..216b7c5fc 100644 --- a/configure.ac +++ b/configure.ac @@ -41,13 +41,13 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_API_VERSION=2.22 +EPIPHANY_API_VERSION=2.26 # This should stay at the major version of the latest stable releases EPIPHANY_UA_VERSION=2.22 AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor]) -AC_SUBST([EPIPHANY_API_VERSION],[epiphany_version_major.epiphany_version_minor]) +AC_SUBST([EPIPHANY_API_VERSION]) AC_SUBST([EPIPHANY_UA_VERSION]) # for EPHY_CHECK_VERSION |