Browse Source

eSpeak NG 1.50

master
Valdis Vitolins 5 years ago
parent
commit
b702b03996
4 changed files with 4 additions and 4 deletions
  1. 1
    1
      CHANGELOG.md
  2. 1
    1
      android/jni/include/config.h
  3. 1
    1
      configure.ac
  4. 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.3 - (In Development)
### 1.50 - 2019-11-30

* Add a `--disable-rpath` option to prevent libtool hardcoding rpaths in the executable.
* Renamed the `hy-arevmda` language to `hyw`, following the 2018-03-30 change to the

+ 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.3-dev"
#define PACKAGE_VERSION "1.50"

+ 1
- 1
configure.ac View File

@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([eSpeak NG], [1.49.3-dev], [https://github.com/espeak-ng/espeak-ng/issues], [espeak-ng], [https://github.com/espeak-ng/espeak-ng])
AC_INIT([eSpeak NG], [1.50], [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.3-dev"
#define PACKAGE_VERSION "1.50"

Loading…
Cancel
Save