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
parent1e64d72bbfd86695eb72e2c122506e071894cb1a (diff)
configure: bump to 1.2.1Speex-1.2.1
-rw-r--r--configure.ac8
-rw-r--r--libspeex/arch.h6
2 files changed, 7 insertions, 7 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
diff --git a/libspeex/arch.h b/libspeex/arch.h
index 291cab8..de9e5ef 100644
--- a/libspeex/arch.h
+++ b/libspeex/arch.h
@@ -37,10 +37,10 @@
#ifndef SPEEX_VERSION
#define SPEEX_MAJOR_VERSION 1 /**< Major Speex version. */
-#define SPEEX_MINOR_VERSION 1 /**< Minor Speex version. */
-#define SPEEX_MICRO_VERSION 16 /**< Micro Speex version. */
+#define SPEEX_MINOR_VERSION 2 /**< Minor Speex version. */
+#define SPEEX_MICRO_VERSION 1 /**< Micro Speex version. */
#define SPEEX_EXTRA_VERSION "" /**< Extra Speex version. */
-#define SPEEX_VERSION "speex-1.2.0" /**< Speex version string. */
+#define SPEEX_VERSION "speex-1.2.1" /**< Speex version string. */
#endif
/* A couple test to catch stupid option combinations */