diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2014-02-21 01:20:21 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2014-02-21 01:20:21 -0500 |
commit | a995f3951fc9651a176f06b7b1704d385aa80714 (patch) | |
tree | 8f6b53edfc6c10ccdbe01852f6d5e7d5c32300be /src/LYIcon.rc | |
parent | 1aa750c7ba07517a44792ff4771e8a0ceff2ed6c (diff) | |
download | lynx-snapshots-a995f3951fc9651a176f06b7b1704d385aa80714.tar.gz |
snapshot of project "lynx", label v2-8-8rel_1a
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 e6de6432..88f835b3 100644 --- a/src/LYIcon.rc +++ b/src/LYIcon.rc @@ -1,12 +1,12 @@ -// $LynxId: LYIcon.rc,v 1.10 2014/02/14 13:35:07 tom Exp $ +// $LynxId: LYIcon.rc,v 1.11 2014/02/21 01:18:50 tom Exp $ #include <windows.h> 100 ICON "../samples/lynx.ico" VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,8,8,01 -PRODUCTVERSION 2,8,8,01 +FILEVERSION 2,8,8,02 +PRODUCTVERSION 2,8,8,02 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.01" + VALUE "FileVersion", "2.8.8.02" VALUE "InternalName", "Lynx" VALUE "LegalCopyright", "©1997-2014 Thomas E. Dickey" VALUE "OriginalFilename", "lynx.exe" VALUE "ProductName", "Lynx - web browser" - VALUE "ProductVersion", "2.8.8.01" + VALUE "ProductVersion", "2.8.8.02" END END BLOCK "VarFileInfo" |