~ubuntu-branches/ubuntu/trusty/freeimage/trusty-proposed

« back to all changes in this revision

Viewing changes to FreeImage.rc

  • Committer: Package Import Robot
  • Author(s): Scott Howard
  • Date: 2014-01-13 21:57:45 UTC
  • mfrom: (8.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140113215745-3y21c8ro0ih30hfg
Tags: 3.15.4-1
* QA Upload
* New upstream minor release 
  - Includes fix to build on !linux (Closes: #650485)
* Refreshed patches (line endings had to change)
  - Remove document-mode.patch (accepted upstream)
* Lintian fixes: S-V 3.9.5, DM-Upload-Allowed removed
* Remove document-mode.patch (accepted upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
//
28
28
 
29
29
VS_VERSION_INFO VERSIONINFO
30
 
 FILEVERSION 3,15,1,0
31
 
 PRODUCTVERSION 3,15,1,0
 
30
 FILEVERSION 3,15,4,0
 
31
 PRODUCTVERSION 3,15,4,0
32
32
 FILEFLAGSMASK 0x3fL
33
33
#ifdef _DEBUG
34
34
 FILEFLAGS 0x1L
46
46
            VALUE "Comments", "FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications.\0"
47
47
            VALUE "CompanyName", "FreeImage\0"
48
48
            VALUE "FileDescription", "FreeImage library\0"
49
 
            VALUE "FileVersion", "3, 15, 1, 0\0"
 
49
            VALUE "FileVersion", "3, 15, 4, 0\0"
50
50
            VALUE "InternalName", "FreeImage\0"
51
 
            VALUE "LegalCopyright", "Copyright � 2003-2011 by FreeImage\0"
 
51
            VALUE "LegalCopyright", "Copyright � 2003-2012 by FreeImage\0"
52
52
            VALUE "LegalTrademarks", "See http://freeimage.sourceforge.net\0"
53
53
            VALUE "OriginalFilename", "FreeImage.dll\0"
54
54
            VALUE "PrivateBuild", "\0"
55
55
            VALUE "ProductName", "FreeImage\0"
56
 
            VALUE "ProductVersion", "3, 15, 1, 0\0"
 
56
            VALUE "ProductVersion", "3, 15, 4, 0\0"
57
57
            VALUE "SpecialBuild", "\0"
58
58
        END
59
59
    END