# Change Log | # Change Log | ||||
## (In Development) | |||||
## 1.49.0 - 2016-09-10 | |||||
* Support the `--compile-mbrola` command-line option. | * Support the `--compile-mbrola` command-line option. | ||||
* Support the `--compile-phonemes` command-line option. | * Support the `--compile-phonemes` command-line option. |
AC_PREREQ([2.63]) | 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() | AM_INIT_AUTOMAKE() | ||||
LT_INIT | LT_INIT | ||||