diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-09-05 01:29:11 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-09-05 01:29:11 +0800 |
commit | 45d37e714254976d810282e235f48bfb28ff838b (patch) | |
tree | d805cb7e5172bb6157f8360a1d69dd542736b573 | |
parent | 7b2c1d49a56c2a0fcb3168acd35cd71dc4a85004 (diff) | |
download | gsoc2013-epiphany-45d37e714254976d810282e235f48bfb28ff838b.tar gsoc2013-epiphany-45d37e714254976d810282e235f48bfb28ff838b.tar.gz gsoc2013-epiphany-45d37e714254976d810282e235f48bfb28ff838b.tar.bz2 gsoc2013-epiphany-45d37e714254976d810282e235f48bfb28ff838b.tar.lz gsoc2013-epiphany-45d37e714254976d810282e235f48bfb28ff838b.tar.xz gsoc2013-epiphany-45d37e714254976d810282e235f48bfb28ff838b.tar.zst gsoc2013-epiphany-45d37e714254976d810282e235f48bfb28ff838b.zip |
Bump version to 1.1.0 and EPIPHANY_MAJOR to 1.1 on HEAD.
2003-09-04 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
Bump version to 1.1.0 and EPIPHANY_MAJOR to 1.1 on HEAD.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2003-09-04 Christian Persch <chpe@cvs.gnome.org> + + * configure.in: + + Bump version to 1.1.0 and EPIPHANY_MAJOR to 1.1 on HEAD. + 2003-09-04 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (popup_toolbar_context_menu_cb): @@ -43,7 +49,7 @@ (ephy_bookmarks_import_xbel): Rewrote xbel bookmarks importer using xmlreader api. Should fix - bug 120803. + bug 120804. * configure.in: diff --git a/configure.in b/configure.in index 94639a035..3ecd01ec0 100644 --- a/configure.in +++ b/configure.in @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(epiphany, 0.9.2, +AC_INIT(epiphany, 1.1.0, [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) -EPIPHANY_MAJOR=1.0 +EPIPHANY_MAJOR=1.1 AC_SUBST(EPIPHANY_MAJOR) AM_CONFIG_HEADER(config.h) |