// This is created by autoconf on POSIX-compatibe build environments. | // This is created by autoconf on POSIX-compatibe build environments. | ||||
#define PACKAGE_VERSION "1.49.1" | |||||
#define PACKAGE_VERSION "1.49.2-dev" |
AC_PREREQ([2.63]) | AC_PREREQ([2.63]) | ||||
AC_INIT([eSpeak NG], [1.49.1], [https://github.com/espeak-ng/espeak-ng/issues], [espeak-ng], [https://github.com/espeak-ng/espeak-ng]) | |||||
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]) | |||||
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.49.1" | |||||
#define PACKAGE_VERSION "1.49.2-dev" |
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||||
<?define ProductName = "eSpeak NG Text-to-Speech" ?> | <?define ProductName = "eSpeak NG Text-to-Speech" ?> | ||||
<?define ProductVendor = "Cainteoir Text-to-Speech" ?> | <?define ProductVendor = "Cainteoir Text-to-Speech" ?> | ||||
<?define ProductVersion = "1.49.1" ?> | |||||
<?define ProductVersion = "1.49.2-dev" ?> | |||||
<?define CLSID_TtsEngine = "{61D23633-CE59-4101-8158-569FC6B51B49}" ?> | <?define CLSID_TtsEngine = "{61D23633-CE59-4101-8158-569FC6B51B49}" ?> | ||||
<?if $(var.Platform) = x64 ?> | <?if $(var.Platform) = x64 ?> | ||||
<?define ProductDisplayName = "$(var.ProductName) 64-bit" ?> | <?define ProductDisplayName = "$(var.ProductName) 64-bit" ?> |