~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to cpp/src/IceStorm/FreezeDB/IceStormFreezeDB.rc

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martin Angelina
  • Date: 2011-04-25 18:44:24 UTC
  • mfrom: (6.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110425184424-sep9i9euu434vq4c
Tags: 3.4.1-7
* Bug fix: "libdb5.1-java.jar was renamed to db.jar", thanks to Ondřej
  Surý (Closes: #623555).
* Bug fix: "causes noise in php5", thanks to Jayen Ashar (Closes:
  #623533).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "winver.h"
 
2
 
 
3
VS_VERSION_INFO VERSIONINFO
 
4
 FILEVERSION 3,4,1,0
 
5
 PRODUCTVERSION 3,4,1,0
 
6
 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
 
7
#ifdef _DEBUG
 
8
 FILEFLAGS VS_FF_DEBUG
 
9
 #define INTERNALNAME "icestormfreezedb34d\0"
 
10
 #define ORIGINALFILENAME "icestormfreezedb34d.dll\0"
 
11
#else
 
12
 FILEFLAGS 0x0L
 
13
 #define INTERNALNAME "icestormfreezedb34\0"
 
14
 #define ORIGINALFILENAME "icestormfreezedb34.dll\0"
 
15
#endif
 
16
 FILEOS 0x4L
 
17
 FILETYPE VFT_DLL
 
18
 FILESUBTYPE 0x0L
 
19
BEGIN
 
20
    BLOCK "StringFileInfo"
 
21
    BEGIN
 
22
        BLOCK "040904e4"
 
23
        BEGIN
 
24
            VALUE "CompanyName", "ZeroC, Inc.\0"
 
25
            VALUE "FileDescription", "IceStorm Freeze DB DLL\0"
 
26
            VALUE "FileVersion", "3.4.1\0"
 
27
            VALUE "InternalName", INTERNALNAME
 
28
            VALUE "LegalCopyright", "Copyright (c) 2003-2010 ZeroC, Inc.  All rights reserved.\0"
 
29
            VALUE "OriginalFilename", ORIGINALFILENAME
 
30
            VALUE "ProductName", "Ice\0"
 
31
            VALUE "ProductVersion", "3.4.1\0"
 
32
        END
 
33
    END
 
34
    BLOCK "VarFileInfo"
 
35
    BEGIN
 
36
        VALUE "Translation", 0x409, 1252
 
37
    END
 
38
END