Browse Source

autotools: update version to 1.48.*

master
Reece H. Dunn 11 years ago
parent
commit
981c023977
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Makefile.am
  2. 1
    1
      configure.ac

+ 1
- 1
Makefile.am View File

@@ -6,7 +6,7 @@ INCDIR=@includedir@/espeak
LIBDIR=@libdir@
DATADIR=$(PREFIX)/share/espeak-data

SHARED_VERSION=2:47:1 # = *.so.1.1.47
SHARED_VERSION=2:48:1 # = *.so.1.1.48

MKDIR=mkdir -p


+ 1
- 1
configure.ac View File

@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([eSpeak], [1.47], [https://github.com/rhdunn/espeak/issues], [espeak], [https://github.com/rhdunn/espeak])
AC_INIT([eSpeak], [1.48], [https://github.com/rhdunn/espeak/issues], [espeak], [https://github.com/rhdunn/espeak])
AM_INIT_AUTOMAKE()

m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])

Loading…
Cancel
Save