Skip to content

Commit

Permalink
Package release 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
poretsky committed Sep 30, 2021
1 parent c81e967 commit a896290
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@

AC_PREREQ(2.61)

AC_INIT([Multispeech], [4.4.0])
AC_INIT([Multispeech], [4.4.1])
AC_CONFIG_SRCDIR([src/core/speech_server.cpp])
AC_CONFIG_HEADERS([sysconfig.h])
AC_CONFIG_MACRO_DIRS([m4])
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
multispeech (4.4.1) unstable; urgency=medium

* More sophisticated language recognition criteria.

-- Igor B. Poretsky <poretsky@mlbox.ru> Wed, 29 Sep 2021 16:53:18 +0300

multispeech (4.4.0) unstable; urgency=medium

* A bit more accurate text processing.
Expand Down
2 changes: 1 addition & 1 deletion src/core/Makefile.am
Expand Up @@ -12,7 +12,7 @@ libmultispeech_la_LIBADD = @BOOST_FILESYSTEM_LIB@ @BOOST_IOSTREAMS_LIB@ \
@BOOST_SYSTEM_LIB@ @BOOST_THREAD_LIB@ \
@BOBCAT_LIBS@ @SNDFILE_LIBS@ @PORTAUDIOCPP_LIBS@ \
@PULSEAUDIO_LIBS@ @SOUNDTOUCH_LIBS@ -lrt -lm
libmultispeech_la_LDFLAGS = -version-info 5:0:0
libmultispeech_la_LDFLAGS = -version-info 5:1:0

if HAVE_VSCRIPT
libmultispeech_la_LDFLAGS += $(VSCRIPT_LDFLAGS),multispeech.vscript
Expand Down

0 comments on commit a896290

Please sign in to comment.