diff options
author | Christian Persch <chpe@gnome.org> | 2007-03-11 22:25:19 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-03-11 22:25:19 +0800 |
commit | a8caa3ef406a529f4465c4ec68b559fb478a9807 (patch) | |
tree | ecba3ff4c8f21c25522f8846956513e7d86edfa4 | |
parent | 0e02c5634ef164296f6bf451ae2b35181a787989 (diff) | |
download | gsoc2013-epiphany-a8caa3ef406a529f4465c4ec68b559fb478a9807.tar gsoc2013-epiphany-a8caa3ef406a529f4465c4ec68b559fb478a9807.tar.gz gsoc2013-epiphany-a8caa3ef406a529f4465c4ec68b559fb478a9807.tar.bz2 gsoc2013-epiphany-a8caa3ef406a529f4465c4ec68b559fb478a9807.tar.lz gsoc2013-epiphany-a8caa3ef406a529f4465c4ec68b559fb478a9807.tar.xz gsoc2013-epiphany-a8caa3ef406a529f4465c4ec68b559fb478a9807.tar.zst gsoc2013-epiphany-a8caa3ef406a529f4465c4ec68b559fb478a9807.zip |
Set version to 2.18.0.
2007-03-11 Christian Persch <chpe@gnome.org>
* configure.ac:
Set version to 2.18.0.
svn path=/trunk/; revision=6949
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 9 insertions, 3 deletions
@@ -1,5 +1,11 @@ 2007-03-11 Christian Persch <chpe@gnome.org> + * configure.ac: + + Set version to 2.18.0. + +2007-03-11 Christian Persch <chpe@gnome.org> + * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: diff --git a/configure.ac b/configure.ac index 4b0e4d546..707d1e48a 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[2.17.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[2.18.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT @@ -25,8 +25,8 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) -EPIPHANY_MAJOR=2.17 -EPIPHANY_API_VERSION=2.17 +EPIPHANY_MAJOR=2.18 +EPIPHANY_API_VERSION=2.18 # This should stay at the major version of the latest stable releases EPIPHANY_UA_VERSION=2.18 |