Skip to content

Commit 831c102

Browse files
committed
Package release 4.5.1
1 parent 057c8ff commit 831c102

3 files changed

Lines changed: 8 additions & 2 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.5.0])
5+
AC_INIT([Multispeech], [4.5.1])
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.1) unstable; urgency=medium
2+
3+
* Hopefully increased stability.
4+
5+
-- Igor B. Poretsky <poretsky@mlbox.ru> Tue, 26 Jul 2022 19:16:19 +0300
6+
17
multispeech (4.5.0) unstable; urgency=medium
28

39
* Numbers speaking control facility.

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 6:0:1
15+
libmultispeech_la_LDFLAGS = -version-info 6:1:1
1616

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

0 commit comments

Comments
 (0)