From 64cbfa9bca7479a758351aa02bb4abdd76baa9e7 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Thu, 25 Apr 2019 23:57:34 -0400 Subject: configure: bump to 1.2.0 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4655d28..eb28014 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.2rc3],[speex-dev@xiph.org]) +AC_INIT([speexdsp],[1.2.0],[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=0 +SPEEXDSP_LT_REVISION=1 SPEEXDSP_LT_AGE=5 -- cgit v1.2.3