| The espeak-ng project is a fork of the espeak project. | The espeak-ng project is a fork of the espeak project. | ||||
| ### 1.51 (In Development) | |||||
| ### 1.50 - 2019-11-30 | ### 1.50 - 2019-11-30 | ||||
| * Add a `--disable-rpath` option to prevent libtool hardcoding rpaths in the executable. | * Add a `--disable-rpath` option to prevent libtool hardcoding rpaths in the executable. |
| // This is created by autoconf on POSIX-compatibe build environments. | // This is created by autoconf on POSIX-compatibe build environments. | ||||
| #define PACKAGE_VERSION "1.50" | |||||
| #define PACKAGE_VERSION "1.51-dev" |
| AC_PREREQ([2.63]) | AC_PREREQ([2.63]) | ||||
| AC_INIT([eSpeak NG], [1.50], [https://github.com/espeak-ng/espeak-ng/issues], [espeak-ng], [https://github.com/espeak-ng/espeak-ng]) | |||||
| AC_INIT([eSpeak NG], [1.51-dev], [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 | ||||
| #define _CRT_NONSTDC_NO_DEPRECATE | #define _CRT_NONSTDC_NO_DEPRECATE | ||||
| // This is created by autoconf on POSIX-compatibe build environments. | // This is created by autoconf on POSIX-compatibe build environments. | ||||
| #define PACKAGE_VERSION "1.50" | |||||
| #define PACKAGE_VERSION "1.51-dev" |