~ubuntu-branches/ubuntu/maverick/espeak/maverick

« back to all changes in this revision

Viewing changes to src/synthdata.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2008-09-20 13:43:21 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080920134321-id3w2ptlfogz74fd
Tags: 1.39-0ubuntu1
New upstream release, FFe granted. (LP: #268390)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include "translate.h"
36
36
#include "wave.h"
37
37
 
38
 
const char *version_string = "1.38  22.Aug.08";
39
 
const int version_phdata  = 0x013800;
 
38
const char *version_string = "1.39  08.Sep.08";
 
39
const int version_phdata  = 0x013900;
40
40
 
41
41
int option_device_number = -1;
42
42