diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-24 09:25:46 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-25 01:31:42 +0000 |
commit | 26788bd1998b73fb773d89fad57b6faab6f1c0f0 (patch) | |
tree | 04ae202cf73e9f1d24b440049c5a7252c3b5ab89 /src | |
parent | 4059a6cdccd6be7bf6296b5e4fb59e8bb66a30dc (diff) | |
download | lynx-snapshots-26788bd1998b73fb773d89fad57b6faab6f1c0f0.tar.gz |
snapshot of project "lynx", label v2-9-0dev_12a
Diffstat (limited to 'src')
-rw-r--r-- | src/LYIcon.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/LYIcon.rc b/src/LYIcon.rc index 113a5eb1..8b9af9f3 100644 --- a/src/LYIcon.rc +++ b/src/LYIcon.rc @@ -1,12 +1,12 @@ -// $LynxId: LYIcon.rc,v 1.55 2023/01/03 00:18:32 tom Exp $ +// $LynxId: LYIcon.rc,v 1.56 2023/01/23 21:39:23 tom Exp $ #include <windows.h> 100 ICON "../samples/lynx.ico" VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,9,0,1012 -PRODUCTVERSION 2,9,0,1012 +FILEVERSION 2,9,0,1013 +PRODUCTVERSION 2,9,0,1013 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.1012" + VALUE "FileVersion", "2.9.0.1013" VALUE "InternalName", "Lynx" VALUE "LegalCopyright", "©1997-2023 Thomas E. Dickey" VALUE "OriginalFilename", "lynx.exe" VALUE "ProductName", "Lynx - web browser" - VALUE "ProductVersion", "2.9.0.1012" + VALUE "ProductVersion", "2.9.0.1013" END END BLOCK "VarFileInfo" |