~ubuntu-branches/ubuntu/trusty/gdk-pixbuf/trusty

« back to all changes in this revision

Viewing changes to gdk-pixbuf/gdk_pixbuf.rc

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-11-22 18:22:28 UTC
  • mfrom: (33.1.9 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131122182228-bh1vb9h83ujwrbn1
Tags: 2.30.1-0ubuntu2
Restore revision dropped by error

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <winver.h>
2
2
 
3
3
VS_VERSION_INFO VERSIONINFO
4
 
  FILEVERSION 2,30,0,0
5
 
  PRODUCTVERSION 2,30,0,0
 
4
  FILEVERSION 2,30,1,0
 
5
  PRODUCTVERSION 2,30,1,0
6
6
  FILEFLAGSMASK 0
7
7
  FILEFLAGS 0
8
8
  FILEOS VOS__WINDOWS32
15
15
      BEGIN
16
16
        VALUE "CompanyName", "The GTK developer community"
17
17
        VALUE "FileDescription", "GIMP Toolkit"
18
 
        VALUE "FileVersion", "2.30.0.0"
 
18
        VALUE "FileVersion", "2.30.1.0"
19
19
        VALUE "InternalName", "libgdk_pixbuf-2.0-0"
20
20
        VALUE "LegalCopyright", "Copyright (C) 1999 The Free Software Foundation. Modified by the GTK+ Team and others 1999-2011."
21
21
        VALUE "OriginalFilename", "libgdk_pixbuf-2.0-0.dll"
22
22
        VALUE "ProductName", "GTK+"
23
 
        VALUE "ProductVersion", "2.30.0"
 
23
        VALUE "ProductVersion", "2.30.1"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"