diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2009-12-20 01:25:53 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2009-12-20 01:25:53 +0800 |
commit | 9dc4c44c63645ae69f7937b43fa599a5cf2a2e61 (patch) | |
tree | 57aa5f85b62f2a6a3e531114641fdcb9bf3531e3 /configure.ac | |
parent | 3354957474033276329fbf0ea23ab026bd0fb726 (diff) | |
download | gsoc2013-epiphany-9dc4c44c63645ae69f7937b43fa599a5cf2a2e61.tar.gz gsoc2013-epiphany-9dc4c44c63645ae69f7937b43fa599a5cf2a2e61.tar.zst gsoc2013-epiphany-9dc4c44c63645ae69f7937b43fa599a5cf2a2e61.zip |
Raise API version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 715a85e54..f93880cfa 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_API_VERSION=2.28 +EPIPHANY_API_VERSION=2.29 # This should stay at the major version of the latest stable releases EPIPHANY_UA_VERSION=2.28 |