~ubuntu-branches/ubuntu/trusty/espeak/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2011-03-28 20:54:50 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110328205450-re12cj7lakd73hxo
Tags: 1.45.03-1
New upstream release (Closes: Bug#614386).
debian/control: Update language support comment.

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,44,00
9
 
 PRODUCTVERSION 1,0,44,00
 
8
 FILEVERSION 1,0,45,00
 
9
 PRODUCTVERSION 1,0,45,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,44,00\0"
28
 
            VALUE "InternalName", "espeak1.44\0"
 
27
            VALUE "FileVersion", "1, 0,45,00\0"
 
28
            VALUE "InternalName", "espeak1.45\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, 44, 00\0"
 
34
            VALUE "ProductVersion", "1, 0, 45, 00\0"
35
35
            VALUE "SpecialBuild", "\0"
36
36
        END
37
37
    END