diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-03 00:18:32 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-03 00:55:39 +0000 |
commit | b1cca323205ce242cd799213d75c0407ff0ab421 (patch) | |
tree | 028354a37830dc35981c4d118e2a7967bf144d82 /src/LYIcon.rc | |
parent | f62d910382cf3ab8e0402166e4aba70ab426cdf0 (diff) | |
download | lynx-snapshots-b1cca323205ce242cd799213d75c0407ff0ab421.tar.gz |
snapshot of project "lynx", label v2-9-0dev_11a
Diffstat (limited to 'src/LYIcon.rc')
-rw-r--r-- | src/LYIcon.rc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/LYIcon.rc b/src/LYIcon.rc index b210a8c2..113a5eb1 100644 --- a/src/LYIcon.rc +++ b/src/LYIcon.rc @@ -1,12 +1,12 @@ -// $LynxId: LYIcon.rc,v 1.53 2022/03/11 01:29:33 tom Exp $ +// $LynxId: LYIcon.rc,v 1.55 2023/01/03 00:18:32 tom Exp $ #include <windows.h> 100 ICON "../samples/lynx.ico" VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,9,0,1011 -PRODUCTVERSION 2,9,0,1011 +FILEVERSION 2,9,0,1012 +PRODUCTVERSION 2,9,0,1012 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "https://invisible-island.net/lynx" VALUE "FileDescription", "Lynx - web browser" - VALUE "FileVersion", "2.9.0.1011" + VALUE "FileVersion", "2.9.0.1012" VALUE "InternalName", "Lynx" - VALUE "LegalCopyright", "©1997-2022 Thomas E. Dickey" + VALUE "LegalCopyright", "©1997-2023 Thomas E. Dickey" VALUE "OriginalFilename", "lynx.exe" VALUE "ProductName", "Lynx - web browser" - VALUE "ProductVersion", "2.9.0.1011" + VALUE "ProductVersion", "2.9.0.1012" END END BLOCK "VarFileInfo" |