~ubuntu-branches/ubuntu/precise/gdk-pixbuf/precise-proposed

« back to all changes in this revision

Viewing changes to gdk-pixbuf/gdk_pixbuf.rc

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-04-16 07:21:41 UTC
  • mfrom: (1.3.3)
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: package-import@ubuntu.com-20120416072141-wgqheluzhqff3amg
* New upstream bug fix release:
  - Fix srcdir != builddir build.
  - Avoid an integer overflow in the xbm loader. (LP: #681150)
  - Translation updates.
* debian/control.in: Prefer building against libpng-dev over libpng12-dev,
  to be prepared for the libpng 1.5 transition. (Closes: #662344)
* debian/control.in: Bump Standards-Version to 3.9.3 (no changes necessary).

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,26,0,0
5
 
  PRODUCTVERSION 2,26,0,0
 
4
  FILEVERSION 2,26,1,0
 
5
  PRODUCTVERSION 2,26,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.26.0.0"
 
18
        VALUE "FileVersion", "2.26.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.26.0"
 
23
        VALUE "ProductVersion", "2.26.1"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"