~kklimonda/ubuntu/natty/glibmm2.4/update

« back to all changes in this revision

Viewing changes to MSVC_Net2005/giomm/giomm.rc

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue
  • Date: 2008-10-21 22:29:45 UTC
  • mfrom: (1.2.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20081021222945-14plcglhrbjbz3c2
Tags: 2.18.1-1
* New upstream stable release.
* Use POSIX standard regex classes in sed trick in debian/rules.

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,18,0,1
37
 
 PRODUCTVERSION 2,18,0,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 glibmm development team (see AUTHORS)"
53
53
            VALUE "FileDescription", "The official C++ wrapper for gio"
54
 
            VALUE "FileVersion", "2.18.0"
 
54
            VALUE "FileVersion", "2.18.1"
55
55
            VALUE "LegalCopyright", "Distribution is under the LGPL (see COPYING)"
56
56
            VALUE "OriginalFilename", "giomm-2.4"
57
57
            VALUE "ProductName", "giomm"
58
 
            VALUE "ProductVersion", "2.18.0"
 
58
            VALUE "ProductVersion", "2.18.1"
59
59
        END
60
60
    END
61
61
    BLOCK "VarFileInfo"