~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to gtk/gtk-win32.rc

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-02 15:59:27 UTC
  • mfrom: (72.1.15 experimental)
  • Revision ID: james.westby@ubuntu.com-20100602155927-uwh99v2582rw3r8z
Tags: 2.21.1-1ubuntu1
* debian/patches/070_mandatory-relibtoolize.patch:
  - refreshed
* debian/patches/072_indicator_menu_update.patch:
  - change by Cody Russell to send an update event on menu changes,
    should make the bluetooth indicator refresh correctly (lp: #558841)
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - refreshed

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,21,0,0
5
 
  PRODUCTVERSION 2,21,0,0
 
4
  FILEVERSION 2,21,1,0
 
5
  PRODUCTVERSION 2,21,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.21.0.0"
 
18
        VALUE "FileVersion", "2.21.1.0"
19
19
        VALUE "InternalName", "libgtk-win32-2.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Modified by the GTK+ Team and others 1997-2005."
21
21
        VALUE "OriginalFilename", "libgtk-win32-2.0-0.dll"
22
22
        VALUE "ProductName", "GTK+"
23
 
        VALUE "ProductVersion", "2.21.0"
 
23
        VALUE "ProductVersion", "2.21.1"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"