Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2019-04-26 06:57:34 +0300
committerTristan Matthews <tmatth@videolan.org>2019-04-26 06:57:34 +0300
commit64cbfa9bca7479a758351aa02bb4abdd76baa9e7 (patch)
tree5833050b3f0fd87fb5ba1d4ebe2ef9dda49940f7
parent74db0e57f6095a13506e645039ee784b3a326a6c (diff)
configure: bump to 1.2.0
-rw-r--r--configure.ac4
1 files 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