Browse Source

Update the version to 1.49.3-dev.

master
Reece H. Dunn 7 years ago
parent
commit
3a2663030b
5 changed files with 6 additions and 4 deletions
  1. 2
    0
      CHANGELOG.md
  2. 1
    1
      android/jni/include/config.h
  3. 1
    1
      configure.ac
  4. 1
    1
      src/windows/config.h
  5. 1
    1
      src/windows/installer/Product.wxs

+ 2
- 0
CHANGELOG.md View File

@@ -7,6 +7,8 @@

The espeak-ng project is a fork of the espeak project.

### 1.49.3 - (In Development)

### 1.49.2 - 2017-09-24

* Provide more validation when reading phoneme tables and voice/language files.

+ 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.2"
#define PACKAGE_VERSION "1.49.3-dev"

+ 1
- 1
configure.ac View File

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

+ 1
- 1
src/windows/installer/Product.wxs View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?define ProductName = "eSpeak NG Text-to-Speech" ?>
<?define ProductVendor = "Cainteoir Text-to-Speech" ?>
<?define ProductVersion = "1.49.2" ?>
<?define ProductVersion = "1.49.3" ?>
<?define CLSID_TtsEngine = "{61D23633-CE59-4101-8158-569FC6B51B49}" ?>
<?if $(var.Platform) = x64 ?>
<?define ProductDisplayName = "$(var.ProductName) 64-bit" ?>

Loading…
Cancel
Save