Skip to content

Commit 8fb865c

Browse files
committed
Package release 4.5.0
1 parent 7721055 commit 8fb865c

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AC_PREREQ(2.61)
44

5-
AC_INIT([Multispeech], [4.4.4])
5+
AC_INIT([Multispeech], [4.5.0])
66
AC_CONFIG_SRCDIR([src/core/speech_server.cpp])
77
AC_CONFIG_HEADERS([sysconfig.h])
88
AC_CONFIG_MACRO_DIRS([m4])

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
multispeech (4.5.0) unstable; urgency=medium
2+
3+
* Numbers speaking control facility.
4+
5+
-- Igor B. Poretsky <poretsky@mlbox.ru> Tue, 07 Jun 2022 19:11:10 +0300
6+
17
multispeech (4.4.4) unstable; urgency=medium
28

39
* Russian text preprocessing fix.

debian/libmultispeech5.shlibs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libmultispeech 5 libmultispeech5 (>= 4.4)
1+
libmultispeech 5 libmultispeech5 (>= 4.5)

src/core/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ libmultispeech_la_LIBADD = @BOOST_FILESYSTEM_LIB@ @BOOST_IOSTREAMS_LIB@ \
1212
@BOOST_SYSTEM_LIB@ @BOOST_THREAD_LIB@ \
1313
@BOBCAT_LIBS@ @SNDFILE_LIBS@ @PORTAUDIOCPP_LIBS@ \
1414
@PULSEAUDIO_LIBS@ @SOUNDTOUCH_LIBS@ -lrt -lm
15-
libmultispeech_la_LDFLAGS = -version-info 5:3:0
15+
libmultispeech_la_LDFLAGS = -version-info 6:0:1
1616

1717
if HAVE_VSCRIPT
1818
libmultispeech_la_LDFLAGS += $(VSCRIPT_LDFLAGS),multispeech.vscript

0 commit comments

Comments
 (0)