diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-08-28 04:36:58 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-08-28 04:36:58 +0800 |
commit | 7491fa62f9d5adcd6b7dbe0c5c72b05b9ec92a3f (patch) | |
tree | 50ce9f5b9927838a33c857dd5667dd5a93502ff1 | |
parent | 528612649e4fc47122f8fd34923f898e56427713 (diff) | |
download | gsoc2013-epiphany-7491fa62f9d5adcd6b7dbe0c5c72b05b9ec92a3f.tar gsoc2013-epiphany-7491fa62f9d5adcd6b7dbe0c5c72b05b9ec92a3f.tar.gz gsoc2013-epiphany-7491fa62f9d5adcd6b7dbe0c5c72b05b9ec92a3f.tar.bz2 gsoc2013-epiphany-7491fa62f9d5adcd6b7dbe0c5c72b05b9ec92a3f.tar.lz gsoc2013-epiphany-7491fa62f9d5adcd6b7dbe0c5c72b05b9ec92a3f.tar.xz gsoc2013-epiphany-7491fa62f9d5adcd6b7dbe0c5c72b05b9ec92a3f.tar.zst gsoc2013-epiphany-7491fa62f9d5adcd6b7dbe0c5c72b05b9ec92a3f.zip |
Bump version, but not API version yet (wait until e-e is branched too)
svn path=/trunk/; revision=7309
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ffc51e886..58cb668d7 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -AC_INIT([GNOME Web Browser],[2.19.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[2.21.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT @@ -29,7 +29,7 @@ EPIPHANY_MAJOR=2.19 EPIPHANY_API_VERSION=2.19 # This should stay at the major version of the latest stable releases -EPIPHANY_UA_VERSION=2.18 +EPIPHANY_UA_VERSION=2.20 AC_SUBST([EPIPHANY_MAJOR]) AC_SUBST([EPIPHANY_API_VERSION]) |