diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-04-05 07:00:13 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-04-05 07:00:13 +0800 |
commit | e430e5f63fb258a03c6f50cec0e7565c0f24b09a (patch) | |
tree | 1e1b9345dac8b6c11b3367b01bb6c45d0b5bc3e7 /configure.ac | |
parent | 217a89de16465d8feaa3d3cd297b301b5e3a7757 (diff) | |
download | gsoc2013-epiphany-e430e5f63fb258a03c6f50cec0e7565c0f24b09a.tar gsoc2013-epiphany-e430e5f63fb258a03c6f50cec0e7565c0f24b09a.tar.gz gsoc2013-epiphany-e430e5f63fb258a03c6f50cec0e7565c0f24b09a.tar.bz2 gsoc2013-epiphany-e430e5f63fb258a03c6f50cec0e7565c0f24b09a.tar.lz gsoc2013-epiphany-e430e5f63fb258a03c6f50cec0e7565c0f24b09a.tar.xz gsoc2013-epiphany-e430e5f63fb258a03c6f50cec0e7565c0f24b09a.tar.zst gsoc2013-epiphany-e430e5f63fb258a03c6f50cec0e7565c0f24b09a.zip |
[release] 3.0.03.0.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index f9049763f..88ac4ff30 100644 --- a/configure.ac +++ b/configure.ac @@ -15,9 +15,9 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -m4_define([epiphany_version_major],[2]) -m4_define([epiphany_version_minor],[91]) -m4_define([epiphany_version_micro],[92]) +m4_define([epiphany_version_major],[3]) +m4_define([epiphany_version_minor],[0]) +m4_define([epiphany_version_micro],[0]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" @@ -31,10 +31,10 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_API_VERSION=2.31 +EPIPHANY_API_VERSION=3.0 # This should stay at the major version of the latest stable releases -EPIPHANY_UA_VERSION=2.30 +EPIPHANY_UA_VERSION=3.0 AC_SUBST([EPIPHANY_MAJOR],[epiphany_version_major.epiphany_version_minor]) AC_SUBST([EPIPHANY_API_VERSION]) |