~ubuntu-branches/ubuntu/karmic/firebird2.1/karmic

« back to all changes in this revision

Viewing changes to src/jrd/isc_version.rc

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2008-05-26 23:59:25 UTC
  • Revision ID: james.westby@ubuntu.com-20080526235925-2pnqj6nxpppoeaer
Tags: upstream-2.1.0.17798-0.ds2
ImportĀ upstreamĀ versionĀ 2.1.0.17798-0.ds2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * The contents of this file are subject to the Interbase Public
 
3
 * License Version 1.0 (the "License"); you may not use this file
 
4
 * except in compliance with the License. You may obtain a copy
 
5
 * of the License at http://www.Inprise.com/IPL.html
 
6
 *
 
7
 * Software distributed under the License is distributed on an
 
8
 * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
 
9
 * or implied. See the License for the specific language governing
 
10
 * rights and limitations under the License.
 
11
 *
 
12
 * The Original Code was created by Inprise Corporation
 
13
 * and its predecessors. Portions created by Inprise Corporation are
 
14
 * Copyright (C) Inprise Corporation.
 
15
 *
 
16
 * All Rights Reserved.
 
17
 * Contributor(s): ______________________________________.
 
18
 */
 
19
 
 
20
#include <winver.h>
 
21
#include "../jrd/build_no.h"
 
22
#include "../jrd/isc_version.h"
 
23
 
 
24
VS_VERSION_INFO VERSIONINFO
 
25
FILEFLAGSMASK   VS_FF_PRERELEASE
 
26
FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
 
27
FILEVERSION     ISC_FILE_VER_NUMBER
 
28
PRODUCTVERSION  ISC_FILE_VER_NUMBER
 
29
FILEOS          VOS_NT_WINDOWS32
 
30
 
 
31
FILETYPE        VFT_APP
 
32
BEGIN
 
33
  BLOCK "StringFileInfo"
 
34
  BEGIN
 
35
    BLOCK "040904E4"
 
36
    BEGIN
 
37
      VALUE "Comments", "This product created by the Firebird - All Copyright (c) retained by the individual contributors - original code Copyright (c) 2000 Inprise Corporation and predecessors.\0"
 
38
      VALUE "CompanyName", "Firebird Project\0"
 
39
      VALUE "FileDescription", "Firebird SQL Server\0"
 
40
      VALUE "FileVersion", ISC_FILE_VER_STRING
 
41
      VALUE "InternalName", "Firebird\0"
 
42
      VALUE "LegalCopyright", "All Copyright (c) retained by individual contributors - original code Copyright (c) 2000 Inprise Corporation\0"
 
43
      VALUE "ProductName", "Firebird SQL Server\0"
 
44
      VALUE "ProductVersion", PRODUCT_VER_STRING
 
45
      VALUE "SpecialBuild", FB_BUILD_SUFFIX
 
46
    END
 
47
  END
 
48
 
 
49
  BLOCK "VarFileInfo"
 
50
  BEGIN                               /*  Language   |    Translation       */
 
51
    VALUE "Translation", 0x409, 1252  /* U.S. English, Windows Multilingual */
 
52
  END
 
53
END