diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-11-16 23:09:30 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-11-16 23:09:30 +0800 |
commit | 7d550e78174ac29246872d51d25697cff4b837e8 (patch) | |
tree | 0bc6f9e04dbe4ea1ab2013eead0b4e00f7ec2369 | |
parent | cbbff369a8192095890eaf27a31705048d8c7ee1 (diff) | |
download | gsoc2013-epiphany-7d550e78174ac29246872d51d25697cff4b837e8.tar.gz gsoc2013-epiphany-7d550e78174ac29246872d51d25697cff4b837e8.tar.zst gsoc2013-epiphany-7d550e78174ac29246872d51d25697cff4b837e8.zip |
Bump API version
svn path=/trunk/; revision=7698
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a00159655..32c22659f 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_API_VERSION=2.21 +EPIPHANY_API_VERSION=2.21.2 # This should stay at the major version of the latest stable releases EPIPHANY_UA_VERSION=2.20 |