Browse Source

eSpeak NG 1.49.2

master
Reece H. Dunn 7 years ago
parent
commit
3ed34d3a74
5 changed files with 7 additions and 7 deletions
  1. 1
    1
      CHANGELOG.md
  2. 3
    3
      README.md
  3. 1
    1
      android/jni/include/config.h
  4. 1
    1
      configure.ac
  5. 1
    1
      src/windows/config.h

+ 1
- 1
CHANGELOG.md View File

@@ -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

+ 3
- 3
README.md View File

@@ -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
- 1
android/jni/include/config.h View File

@@ -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
- 1
configure.ac View File

@@ -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


+ 1
- 1
src/windows/config.h View File

@@ -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"

Loading…
Cancel
Save