~ubuntu-branches/ubuntu/oneiric/espeak/oneiric

« back to all changes in this revision

Viewing changes to platforms/windows/windows_sapi/.svn/text-base/version.rc2.svn-base

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-05-04 11:25:46 UTC
  • mfrom: (1.1.24 upstream) (5.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110504112546-ykijzihgc7ybgzn2
Tags: 1.45.04-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add gbp.conf for use with git buildpackage
  - Update the explanation of the -b command-line flag in the espeak manpage

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _MAC
2
 
/////////////////////////////////////////////////////////////////////////////
3
 
//
4
 
// Version
5
 
//
6
 
 
7
 
VS_VERSION_INFO VERSIONINFO
8
 
 FILEVERSION 1,0,42,00
9
 
 PRODUCTVERSION 1,0,42,00
10
 
 FILEFLAGSMASK 0x3fL
11
 
#ifdef _DEBUG
12
 
 FILEFLAGS 0x1L
13
 
#else
14
 
 FILEFLAGS 0x0L
15
 
#endif
16
 
 FILEOS 0x40004L
17
 
 FILETYPE 0x1L
18
 
 FILESUBTYPE 0x0L
19
 
BEGIN
20
 
    BLOCK "StringFileInfo"
21
 
    BEGIN
22
 
        BLOCK "040904b0"
23
 
        BEGIN
24
 
            VALUE "Comments", "\0"
25
 
            VALUE "CompanyName", "Jonathan Duddington\0"
26
 
            VALUE "FileDescription", "Text to Speech\0"
27
 
            VALUE "FileVersion", "1, 0,42,00\0"
28
 
            VALUE "InternalName", "espeak1.42\0"
29
 
            VALUE "LegalCopyright", "Copyright (c) Jonathan Duddington\0"
30
 
            VALUE "LegalTrademarks", "\0"
31
 
            VALUE "OriginalFilename", "espeak_sapi.dll\0"
32
 
            VALUE "PrivateBuild", "\0"
33
 
            VALUE "ProductName", "espeak TTS\0"
34
 
            VALUE "ProductVersion", "1, 0, 42, 00\0"
35
 
            VALUE "SpecialBuild", "\0"
36
 
        END
37
 
    END
38
 
    BLOCK "VarFileInfo"
39
 
    BEGIN
40
 
        VALUE "Translation", 0x409, 1200
41
 
    END
42
 
END
43
 
 
44
 
#endif    // !_MAC