diff options
author | scuri <scuri> | 2008-10-17 06:10:15 +0000 |
---|---|---|
committer | scuri <scuri> | 2008-10-17 06:10:15 +0000 |
commit | 5a422aba704c375a307a902bafe658342e209906 (patch) | |
tree | 5005011e086bb863d8fb587ad3319bbec59b2447 /src/im.rc |
First commit - moving from LuaForge to SourceForge
Diffstat (limited to 'src/im.rc')
-rw-r--r-- | src/im.rc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/im.rc b/src/im.rc new file mode 100644 index 0000000..e702957 --- /dev/null +++ b/src/im.rc @@ -0,0 +1,19 @@ +1 VERSIONINFO + FILEVERSION 3,3,1,0 + PRODUCTVERSION 3,3,1,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "www.tecgraf.puc-rio.br/im\0" + VALUE "CompanyName", "Tecgraf/PUC-Rio\0" + VALUE "FileDescription", "IM - Image Representation, Storage, Capture and Processing\0" + VALUE "FileVersion", "3.3.1\0" + VALUE "LegalCopyright", "Copyright © 1994-2008 Tecgraf, PUC-Rio.\0" + VALUE "OriginalFilename", "im.dll\0" + VALUE "ProductName", "IM for Windows\0" + VALUE "ProductVersion", "3.3.1\0" + END + END +END |