Browse Source

eSpeak NG 1.49.0

master
Reece H. Dunn 8 years ago
parent
commit
76e5224545
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      CHANGELOG.md
  2. 1
    1
      configure.ac

+ 1
- 1
CHANGELOG.md View File

@@ -1,6 +1,6 @@
# Change Log

## (In Development)
## 1.49.0 - 2016-09-10

* Support the `--compile-mbrola` command-line option.
* Support the `--compile-phonemes` command-line option.

+ 1
- 1
configure.ac View File

@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([eSpeak NG], [1.48.15], [https://github.com/espeak-ng/espeak-ng/issues], [espeak-ng], [https://github.com/espeak-ng/espeak-ng])
AC_INIT([eSpeak NG], [1.49.0], [https://github.com/espeak-ng/espeak-ng/issues], [espeak-ng], [https://github.com/espeak-ng/espeak-ng])
AM_INIT_AUTOMAKE()
LT_INIT


Loading…
Cancel
Save