@@ -7,7 +7,7 @@ | |||
The espeak-ng project is a fork of the espeak project. | |||
### 1.49.2 - (In Development) | |||
### 1.49.2 - 2017-09-24 | |||
* Provide more validation when reading phoneme tables and voice/language files. | |||
* Removed support for phoneme equivalence tables. These were disabled in the |
@@ -49,11 +49,11 @@ The following platforms are supported: | |||
### Binaries | |||
The Windows version of eSpeak NG 1.49.1 is available as: | |||
The Windows version of eSpeak NG 1.49.2 is available as: | |||
* [espeak-ng-x64.msi](https://github.com/espeak-ng/espeak-ng/releases/download/1.49.1/espeak-ng-x64.msi) -- | |||
* [espeak-ng-x64.msi](https://github.com/espeak-ng/espeak-ng/releases/download/1.49.2/espeak-ng-x64.msi) -- | |||
64-bit Windows installer | |||
* [espeak-ng-x86.msi](https://github.com/espeak-ng/espeak-ng/releases/download/1.49.1/espeak-ng-x86.msi) -- | |||
* [espeak-ng-x86.msi](https://github.com/espeak-ng/espeak-ng/releases/download/1.49.2/espeak-ng-x86.msi) -- | |||
32-bit Windows installer | |||
You also need to install the [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145). |
@@ -1,2 +1,2 @@ | |||
// This is created by autoconf on POSIX-compatibe build environments. | |||
#define PACKAGE_VERSION "1.49.2-dev" | |||
#define PACKAGE_VERSION "1.49.2" |
@@ -1,5 +1,5 @@ | |||
AC_PREREQ([2.63]) | |||
AC_INIT([eSpeak NG], [1.49.2-dev], [https://github.com/espeak-ng/espeak-ng/issues], [espeak-ng], [https://github.com/espeak-ng/espeak-ng]) | |||
AC_INIT([eSpeak NG], [1.49.2], [https://github.com/espeak-ng/espeak-ng/issues], [espeak-ng], [https://github.com/espeak-ng/espeak-ng]) | |||
AM_INIT_AUTOMAKE() | |||
LT_INIT | |||
@@ -9,4 +9,4 @@ | |||
#define _CRT_NONSTDC_NO_DEPRECATE | |||
// This is created by autoconf on POSIX-compatibe build environments. | |||
#define PACKAGE_VERSION "1.49.2-dev" | |||
#define PACKAGE_VERSION "1.49.2" |