aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2022-06-13 08:55:00 -0400
committerTristan Matthews <tmatth@videolan.org>2022-06-13 08:55:27 -0400
commit1b28a0f61bc31162979e1f26f3981fc3637095c8 (patch)
tree033d342b2568f21433942b90625b52656acba465
parent68311d46785be76d2a186c75578d51108bff6dfb (diff)
downloadspeex-1b28a0f61bc31162979e1f26f3981fc3637095c8.tar.gz
configure: bump to 1.2.1
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7ab2fad..19361cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script. -*-m4-*-
-AC_INIT([speexdsp],[1.2.0],[speex-dev@xiph.org])
+AC_INIT([speexdsp],[1.2.1],[speex-dev@xiph.org])
AC_CONFIG_SRCDIR([libspeexdsp/preprocess.c])
AC_CONFIG_MACRO_DIR([m4])
@@ -10,7 +10,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
SPEEXDSP_LT_CURRENT=6
-SPEEXDSP_LT_REVISION=1
+SPEEXDSP_LT_REVISION=2
SPEEXDSP_LT_AGE=5