From 1b28a0f61bc31162979e1f26f3981fc3637095c8 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Mon, 13 Jun 2022 08:55:00 -0400 Subject: [PATCH] configure: bump to 1.2.1 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7ab2fadb..19361cbc 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