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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2008-08-26 09:37:23 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080826093723-lwblp0nwfd93sggb
Tags: 1.38-0ubuntu1
New upstream release.

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