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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2022-06-11 21:48:37 +0300
committerTristan Matthews <tmatth@videolan.org>2022-06-11 22:39:11 +0300
commit5dceaaf3e23ee7fd17c80cb5f02a838fd6c18e01 (patch)
tree7db3dd2910f867f28d1f9ed72963effa6bcff2dc /configure.ac
parent1e64d72bbfd86695eb72e2c122506e071894cb1a (diff)
configure: bump to 1.2.1Speex-1.2.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 522c2c8..d94c2fe 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([speex],[1.2.0],[speex-dev@xiph.org])
+AC_INIT([speex],[1.2.1],[speex-dev@xiph.org])
AC_CONFIG_SRCDIR([libspeex/speex.c])
AC_CONFIG_MACRO_DIR([m4])
@@ -10,12 +10,12 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
SPEEX_MAJOR_VERSION=1
-SPEEX_MINOR_VERSION=1
-SPEEX_MICRO_VERSION=16
+SPEEX_MINOR_VERSION=2
+SPEEX_MICRO_VERSION=1
SPEEX_EXTRA_VERSION=
SPEEX_LT_CURRENT=6
-SPEEX_LT_REVISION=1
+SPEEX_LT_REVISION=2
SPEEX_LT_AGE=5