diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-01-03 00:40:43 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-01-03 00:40:43 +0000 |
commit | d27cb6a6d54843e3b3477d3474a9466b6f2fbf95 (patch) | |
tree | 253d47f21a37e379d8c9af1ded57e98e0d985d3b /src | |
parent | dba3a98fd307e9b0773e57206f0856a7f611a150 (diff) | |
download | lynx-snapshots-d27cb6a6d54843e3b3477d3474a9466b6f2fbf95.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6b
Diffstat (limited to 'src')
-rw-r--r-- | src/LYIcon.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYIcon.rc b/src/LYIcon.rc index c270e42e..c84b1dbb 100644 --- a/src/LYIcon.rc +++ b/src/LYIcon.rc @@ -1,4 +1,4 @@ -// $LynxId: LYIcon.rc,v 1.47 2020/11/26 19:25:38 tom Exp $ +// $LynxId: LYIcon.rc,v 1.48 2021/01/01 14:54:29 tom Exp $ #include <windows.h> @@ -21,7 +21,7 @@ BEGIN VALUE "FileDescription", "Lynx - web browser" VALUE "FileVersion", "2.9.0.1007" VALUE "InternalName", "Lynx" - VALUE "LegalCopyright", "©1997-2020 Thomas E. Dickey" + VALUE "LegalCopyright", "©1997-2021 Thomas E. Dickey" VALUE "OriginalFilename", "lynx.exe" VALUE "ProductName", "Lynx - web browser" VALUE "ProductVersion", "2.9.0.1007" |