diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2016-11-24 12:27:19 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2016-11-24 12:27:19 -0500 |
commit | abf7c3ef54212623addba2586217a6a07e6a89bb (patch) | |
tree | 823317ea2d584b7de095fbeb2d36ac0242d11bc0 /src | |
parent | be36810250ee3abac20e9fd783283eca71048718 (diff) | |
download | lynx-snapshots-abf7c3ef54212623addba2586217a6a07e6a89bb.tar.gz |
snapshot of project "lynx", label v2-8-9dev_11a
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 2752f8f6..9852920c 100644 --- a/src/LYIcon.rc +++ b/src/LYIcon.rc @@ -1,12 +1,12 @@ -// $LynxId: LYIcon.rc,v 1.25 2016/11/15 09:04:25 tom Exp $ +// $LynxId: LYIcon.rc,v 1.26 2016/11/23 18:22:53 tom Exp $ #include <windows.h> 100 ICON "../samples/lynx.ico" VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,8,9,1011 -PRODUCTVERSION 2,8,9,1011 +FILEVERSION 2,8,9,1012 +PRODUCTVERSION 2,8,9,1012 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "http://invisible-island.net/lynx" VALUE "FileDescription", "Lynx - web browser" - VALUE "FileVersion", "2.8.9.1011" + VALUE "FileVersion", "2.8.9.1012" VALUE "InternalName", "Lynx" VALUE "LegalCopyright", "©1997-2016 Thomas E. Dickey" VALUE "OriginalFilename", "lynx.exe" VALUE "ProductName", "Lynx - web browser" - VALUE "ProductVersion", "2.8.9.1011" + VALUE "ProductVersion", "2.8.9.1012" END END BLOCK "VarFileInfo" |