Skip to content

Commit

Permalink
Release 1.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alex19EP committed Jun 21, 2022
1 parent 2e9a5fc commit 34762a2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

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

### 1.51.1

* proper android release

### 1.51

* Add support for speechPlayer.
Expand Down
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.reecedunn.espeak"
android:versionCode="20"
android:versionName="1.51" >
android:versionCode="21"
android:versionName="1.51.1" >

<uses-feature
android:name="android.hardware.touchscreen"
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 20
versionName "1.51"
versionCode 21
versionName "1.51.1"
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion android/jni/include/config.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This is created by autoconf on POSIX-compatibe build environments.
#define PACKAGE_VERSION "1.51"
#define PACKAGE_VERSION "1.51.1"
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([eSpeak NG], [1.51], [https://github.com/espeak-ng/espeak-ng/issues], [espeak-ng], [https://github.com/espeak-ng/espeak-ng])
AC_INIT([eSpeak NG], [1.51.1], [https://github.com/espeak-ng/espeak-ng/issues], [espeak-ng], [https://github.com/espeak-ng/espeak-ng])
AM_INIT_AUTOMAKE()
LT_INIT

Expand Down
2 changes: 1 addition & 1 deletion src/windows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
#define _CRT_NONSTDC_NO_DEPRECATE

// This is created by autoconf on POSIX-compatibe build environments.
#define PACKAGE_VERSION "1.51"
#define PACKAGE_VERSION "1.51.1"

0 comments on commit 34762a2

Please sign in to comment.