/* * This file is part of WinSparkle (http://winsparkle.org) * * This example code is public domain. * */ #include // Get updates from this appcast feed: FeedURL APPCAST {"https://downloads.yellosoft.us/apps/ios7crypt-changelog-windows.xml"} // Version information; this, too, is used by WinSparkle 1 VERSIONINFO FILEVERSION 1,0,2,0 PRODUCTVERSION 1,0,2,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904B0" // US English, Unicode BEGIN VALUE "CompanyName", "YelloSoft\0" VALUE "FileDescription", "IOS7Crypt\0" VALUE "FileVersion", "1.0.2\0" VALUE "InternalName", "IOS7Crypt\0" VALUE "OriginalFilename", "IOS7CryptGUI.exe\0" VALUE "LegalCopyright", "FreeBSD\0" VALUE "ProductName", "IOS7Crypt\0" VALUE "ProductVersion", "1.0.2\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x0409, 0x04B0 END END