diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2014-03-12 19:14:45 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2014-03-12 19:14:45 -0400 |
commit | 13a3edf09fa3a7eca3dbb82458d568586bc6e86f (patch) | |
tree | 6aa1370654dc33d68bcb0e69a77bf6cbe3f0084f /src/LYIcon.rc | |
parent | 66b50cd7fa951372ac0f418790697a83d1ef5933 (diff) | |
download | lynx-snapshots-13a3edf09fa3a7eca3dbb82458d568586bc6e86f.tar.gz |
snapshot of project "lynx", label v2-8-9dev_1
Diffstat (limited to 'src/LYIcon.rc')
-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 88f835b3..ed98e5c1 100644 --- a/src/LYIcon.rc +++ b/src/LYIcon.rc @@ -1,12 +1,12 @@ -// $LynxId: LYIcon.rc,v 1.11 2014/02/21 01:18:50 tom Exp $ +// $LynxId: LYIcon.rc,v 1.12 2014/03/10 21:44:33 tom Exp $ #include <windows.h> 100 ICON "../samples/lynx.ico" VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,8,8,02 -PRODUCTVERSION 2,8,8,02 +FILEVERSION 2,8,9,1001 +PRODUCTVERSION 2,8,9,1001 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -19,12 +19,12 @@ BEGIN BEGIN VALUE "CompanyName", "http://lynx.isc.org" VALUE "FileDescription", "Lynx - web browser" - VALUE "FileVersion", "2.8.8.02" + VALUE "FileVersion", "2.8.9.1001" VALUE "InternalName", "Lynx" VALUE "LegalCopyright", "©1997-2014 Thomas E. Dickey" VALUE "OriginalFilename", "lynx.exe" VALUE "ProductName", "Lynx - web browser" - VALUE "ProductVersion", "2.8.8.02" + VALUE "ProductVersion", "2.8.9.1001" END END BLOCK "VarFileInfo" |