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

« back to all changes in this revision

Viewing changes to gdk-pixbuf/gdk_pixbuf.rc

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-04-05 10:14:08 UTC
  • mto: (1.3.2) (4.1.4 sid) (33.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110405101408-xmmvv2ug9rzyoiag
Tags: upstream-2.23.3
ImportĀ upstreamĀ versionĀ 2.23.3

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,23,1,0
5
 
  PRODUCTVERSION 2,23,1,0
 
4
  FILEVERSION 2,23,3,0
 
5
  PRODUCTVERSION 2,23,3,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.23.1.0"
 
18
        VALUE "FileVersion", "2.23.3.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-2005."
21
21
        VALUE "OriginalFilename", "libgdk_pixbuf-2.0-0.dll"
22
22
        VALUE "ProductName", "GTK+"
23
 
        VALUE "ProductVersion", "2.23.1"
 
23
        VALUE "ProductVersion", "2.23.3"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"