diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-13 00:16:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-13 00:16:38 +0800 |
commit | db3389ce446f3fdb6e2a8cf0447920a6bb4e4d31 (patch) | |
tree | cbaaacf1d83c3f908eb870ca159fa250cee1734d /configure.ac | |
parent | 57190391484d86b82cf53b991f2d82e6b7d2daf5 (diff) | |
download | gsoc2013-epiphany-db3389ce446f3fdb6e2a8cf0447920a6bb4e4d31.tar gsoc2013-epiphany-db3389ce446f3fdb6e2a8cf0447920a6bb4e4d31.tar.gz gsoc2013-epiphany-db3389ce446f3fdb6e2a8cf0447920a6bb4e4d31.tar.bz2 gsoc2013-epiphany-db3389ce446f3fdb6e2a8cf0447920a6bb4e4d31.tar.lz gsoc2013-epiphany-db3389ce446f3fdb6e2a8cf0447920a6bb4e4d31.tar.xz gsoc2013-epiphany-db3389ce446f3fdb6e2a8cf0447920a6bb4e4d31.tar.zst gsoc2013-epiphany-db3389ce446f3fdb6e2a8cf0447920a6bb4e4d31.zip |
=== Release 1.9.2 ===Release192
2005-11-12 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.9.2 ===
* Makefile.am:
Pass make distcheck.
* NEWS:
* configure.ac:
Updated for 1.9.2.
* lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml),
(egg_toolbars_model_save), (parse_data_list), (parse_item_list),
(parse_toolbars):
* src/bookmarks/ephy-bookmarks-ui.c:
(ephy_bookmarks_ui_attach_toolbar_model):
Fix compile warnings.
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 6c3437873..4493aed7b 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License along dnl with this program; if not, write to the Free Software Foundation, Inc., dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[1.9.1.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.9.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT |