tazweb rev 201

Up VERSION for tazweb-ng
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 18 13:49:56 2017 +0100 (2017-03-18)
parents f4e3ab22586e
children 90fc23474857
files .hgignore src/tazweb-ng.c src/tazweb.c
line diff
     1.1 --- a/.hgignore	Sat Mar 18 13:39:20 2017 +0100
     1.2 +++ b/.hgignore	Sat Mar 18 13:49:56 2017 +0100
     1.3 @@ -2,3 +2,4 @@
     1.4  tazweb-ng$
     1.5  tazweb-qt$
     1.6  po/mo
     1.7 +data/tazweb.desktop
     2.1 --- a/src/tazweb-ng.c	Sat Mar 18 13:39:20 2017 +0100
     2.2 +++ b/src/tazweb-ng.c	Sat Mar 18 13:49:56 2017 +0100
     2.3 @@ -2,7 +2,7 @@
     2.4   * TazWeb is a radically simple web browser providing a single window
     2.5   * with a single toolbar with buttons, a URL entry and search as well
     2.6   * as a contextual menu, but no menu bar or tabs. Commented line code
     2.7 - * starts with // and comments are between * *
     2.8 + * starts with // and comments are between * *. IDE: Geany
     2.9   *
    2.10   * NEXT GENERATION
    2.11   *  This is TazWeb NG (2.0) with tabs and cookies support :-)
    2.12 @@ -22,7 +22,7 @@
    2.13  #include <webkit/webkit.h>
    2.14  #include <libsoup/soup.h>
    2.15  
    2.16 -#define VERSION			"1.11"
    2.17 +#define VERSION			"2.0"
    2.18  #define GETTEXT_PACKAGE	"tazweb"
    2.19  #define WEBHOME			"file:///usr/share/webhome/index.html"
    2.20  #define SEARCH			"http://duckduckgo.com/?q=%s&t=slitaz"
     3.1 --- a/src/tazweb.c	Sat Mar 18 13:39:20 2017 +0100
     3.2 +++ b/src/tazweb.c	Sat Mar 18 13:49:56 2017 +0100
     3.3 @@ -2,7 +2,7 @@
     3.4   * TazWeb is a radically simple web browser providing a single window
     3.5   * with a single toolbar with buttons, a URL entry and search as well
     3.6   * as a contextual menu, but no menu bar or tabs. Commented line code
     3.7 - * starts with // and comments are between * *
     3.8 + * starts with // and comments are between * *. IDE: Geany
     3.9   *
    3.10   * Copyright (C) 2011-2017 SliTaz GNU/Linux - BSD License
    3.11   * See AUTHORS and LICENSE for detailed information