diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-07-08 16:51:50 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-07-08 16:51:50 +0000 |
commit | d6a80aa2751ddc659fffdbd0b77cd40a9ae2c65e (patch) | |
tree | 89a523a063fb0ffcbadaddd53630d03664b98b85 /src | |
parent | 09222f491cf037c8f044ad6a5ebfc916119afa5d (diff) | |
download | lynx-snapshots-d6a80aa2751ddc659fffdbd0b77cd40a9ae2c65e.tar.gz |
snapshot of project "lynx", label v2-8-9rel_1
Diffstat (limited to 'src')
-rw-r--r-- | src/LYIcon.rc | 12 | ||||
-rw-r--r-- | src/LYMain.c | 4 | ||||
-rw-r--r-- | src/LYSession.c | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/src/LYIcon.rc b/src/LYIcon.rc index 4862bb86..5ea08929 100644 --- a/src/LYIcon.rc +++ b/src/LYIcon.rc @@ -1,12 +1,12 @@ -// $LynxId: LYIcon.rc,v 1.36 2018/06/10 20:24:17 tom Exp $ +// $LynxId: LYIcon.rc,v 1.38 2018/07/08 15:22:44 tom Exp $ #include <windows.h> 100 ICON "../samples/lynx.ico" VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,8,9,2001 -PRODUCTVERSION 2,8,9,2001 +FILEVERSION 2,8,9,01 +PRODUCTVERSION 2,8,9,01 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -17,14 +17,14 @@ BEGIN BEGIN BLOCK "040904B0" BEGIN - VALUE "CompanyName", "http://invisible-island.net/lynx" + VALUE "CompanyName", "https://invisible-island.net/lynx" VALUE "FileDescription", "Lynx - web browser" - VALUE "FileVersion", "2.8.9.2001" + VALUE "FileVersion", "2.8.9.01" VALUE "InternalName", "Lynx" VALUE "LegalCopyright", "©1997-2018 Thomas E. Dickey" VALUE "OriginalFilename", "lynx.exe" VALUE "ProductName", "Lynx - web browser" - VALUE "ProductVersion", "2.8.9.2001" + VALUE "ProductVersion", "2.8.9.01" END END BLOCK "VarFileInfo" diff --git a/src/LYMain.c b/src/LYMain.c index eafa7a60..36c22ed5 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYMain.c,v 1.281 2018/05/11 23:11:18 tom Exp $ + * $LynxId: LYMain.c,v 1.282 2018/07/08 15:22:44 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> @@ -3273,7 +3273,7 @@ static int version_fun(char *next_arg GCC_UNUSED) puts(gettext("Copyrights held by the Lynx Developers Group,")); puts(gettext("the University of Kansas, CERN, and other contributors.")); puts(gettext("Distributed under the GNU General Public License (Version 2).")); - puts(gettext("See http://lynx.invisible-island.net/ and the online help for more information.")); + puts(gettext("See https://lynx.invisible-island.net/ and the online help for more information.")); puts(""); #ifdef USE_SSL #if defined(OPENSSL_VERSION_TEXT) && !defined(LIBGNUTLS_VERSION) diff --git a/src/LYSession.c b/src/LYSession.c index 8f55b76a..a4438bd4 100644 --- a/src/LYSession.c +++ b/src/LYSession.c @@ -1,4 +1,4 @@ -/* $LynxId: LYSession.c,v 1.11 2015/09/19 17:40:20 tom Exp $ */ +/* $LynxId: LYSession.c,v 1.12 2018/07/08 15:22:44 tom Exp $ */ #include <LYSession.h> @@ -20,7 +20,7 @@ * / hereby * / reduce * g file://localhost/COPYRIGHT - * g http://lynx.invisible-island.net + * g https://lynx.invisible-island.net * h 1 -1 file://localhost/COPYRIGHT Entry into main screen * h 1 0 LYNXCACHE:/ Cache Jar * h 1 16 file://localhost/usr/local/share/lynx_help/Lynx_users_guide.html#Cache Lynx Users Guide v2.8.6 |