# HG changeset patch # User Christophe Lincoln # Date 1489841396 -3600 # Node ID 8bc829832719134a1a99225799eea9e0d32079b1 # Parent f4e3ab22586ea8b952529ed4a80b7443be33efa0 Up VERSION for tazweb-ng diff -r f4e3ab22586e -r 8bc829832719 .hgignore --- a/.hgignore Sat Mar 18 13:39:20 2017 +0100 +++ b/.hgignore Sat Mar 18 13:49:56 2017 +0100 @@ -2,3 +2,4 @@ tazweb-ng$ tazweb-qt$ po/mo +data/tazweb.desktop diff -r f4e3ab22586e -r 8bc829832719 src/tazweb-ng.c --- a/src/tazweb-ng.c Sat Mar 18 13:39:20 2017 +0100 +++ b/src/tazweb-ng.c Sat Mar 18 13:49:56 2017 +0100 @@ -2,7 +2,7 @@ * TazWeb is a radically simple web browser providing a single window * with a single toolbar with buttons, a URL entry and search as well * as a contextual menu, but no menu bar or tabs. Commented line code - * starts with // and comments are between * * + * starts with // and comments are between * *. IDE: Geany * * NEXT GENERATION * This is TazWeb NG (2.0) with tabs and cookies support :-) @@ -22,7 +22,7 @@ #include #include -#define VERSION "1.11" +#define VERSION "2.0" #define GETTEXT_PACKAGE "tazweb" #define WEBHOME "file:///usr/share/webhome/index.html" #define SEARCH "http://duckduckgo.com/?q=%s&t=slitaz" diff -r f4e3ab22586e -r 8bc829832719 src/tazweb.c --- a/src/tazweb.c Sat Mar 18 13:39:20 2017 +0100 +++ b/src/tazweb.c Sat Mar 18 13:49:56 2017 +0100 @@ -2,7 +2,7 @@ * TazWeb is a radically simple web browser providing a single window * with a single toolbar with buttons, a URL entry and search as well * as a contextual menu, but no menu bar or tabs. Commented line code - * starts with // and comments are between * * + * starts with // and comments are between * *. IDE: Geany * * Copyright (C) 2011-2017 SliTaz GNU/Linux - BSD License * See AUTHORS and LICENSE for detailed information