~misono/nvdajp/MiscellaneousDependencies

« back to all changes in this revision

Viewing changes to include/espeak/platforms/windows/windows_sapi/version.rc2

  • Committer: Takuya Nishimoto
  • Date: 2012-05-06 14:35:57 UTC
  • Revision ID: nishimotz@gmail.com-20120506143557-1h0itsvl96dsnd4s
imporeted espeak-1.46.17 05.May.2012

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
//
6
6
 
7
7
VS_VERSION_INFO VERSIONINFO
8
 
 FILEVERSION 1,0,45,00
9
 
 PRODUCTVERSION 1,0,45,00
 
8
 FILEVERSION 1,0,46,00
 
9
 PRODUCTVERSION 1,0,46,00
10
10
 FILEFLAGSMASK 0x3fL
11
11
#ifdef _DEBUG
12
12
 FILEFLAGS 0x1L
24
24
            VALUE "Comments", "\0"
25
25
            VALUE "CompanyName", "Jonathan Duddington\0"
26
26
            VALUE "FileDescription", "Text to Speech\0"
27
 
            VALUE "FileVersion", "1, 0,45,00\0"
28
 
            VALUE "InternalName", "espeak1.45\0"
 
27
            VALUE "FileVersion", "1, 0,46,00\0"
 
28
            VALUE "InternalName", "espeak1.46\0"
29
29
            VALUE "LegalCopyright", "Copyright (c) Jonathan Duddington\0"
30
30
            VALUE "LegalTrademarks", "\0"
31
31
            VALUE "OriginalFilename", "espeak_sapi.dll\0"
32
32
            VALUE "PrivateBuild", "\0"
33
33
            VALUE "ProductName", "espeak TTS\0"
34
 
            VALUE "ProductVersion", "1, 0, 45, 00\0"
 
34
            VALUE "ProductVersion", "1, 0, 46, 00\0"
35
35
            VALUE "SpecialBuild", "\0"
36
36
        END
37
37
    END