~ubuntu-branches/ubuntu/karmic/gtkmm2.4/karmic

« back to all changes in this revision

Viewing changes to MSVC_Net2005/gtkmm/gtkmm.rc

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-22 10:14:59 UTC
  • mfrom: (1.2.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922101459-pespb00fbm1mlqbd
Tags: 1:2.18.1-0ubuntu1
* New upstream release: (LP: #434355)
  - RecentManager: Undeprecate get_default().
  - Clipboard: wait_for_targets): Fix a crash.
  - Window: Added set_icon_name().
  - Require a recent pangomm.
  - Style: Fix a compiler error with the Intel C++ compiler.
  - Fix recently-introduced problems with disable-deprecated options.
* debian/control.in:
  - Bump libpangomm-1.4-dev depends and build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#endif    // APSTUDIO_INVOKED
34
34
 
35
35
VS_VERSION_INFO VERSIONINFO
36
 
 FILEVERSION 2,17,11,1
37
 
 PRODUCTVERSION 2,17,11,1
 
36
 FILEVERSION 2,18,1,1
 
37
 PRODUCTVERSION 2,18,1,1
38
38
 FILEFLAGSMASK 0x17L
39
39
#ifdef _DEBUG
40
40
 FILEFLAGS 0x1L
51
51
        BEGIN
52
52
            VALUE "CompanyName", "The gtkmm development team (see AUTHORS)"
53
53
            VALUE "FileDescription", "The official C++ binding for GTK+"
54
 
            VALUE "FileVersion", "2.17.11"
 
54
            VALUE "FileVersion", "2.18.1"
55
55
            VALUE "LegalCopyright", "Distribution is under the LGPL (see COPYING)"
56
56
            VALUE "OriginalFilename", "gtkmm-2.4.dll"
57
57
            VALUE "ProductName", "gtkmm"
58
 
            VALUE "ProductVersion", "2.17.11"
 
58
            VALUE "ProductVersion", "2.18.1"
59
59
        END
60
60
    END
61
61
    BLOCK "VarFileInfo"