From 5dceaaf3e23ee7fd17c80cb5f02a838fd6c18e01 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Sat, 11 Jun 2022 14:48:37 -0400 Subject: configure: bump to 1.2.1 --- configure.ac | 8 ++++---- libspeex/arch.h | 6 +++--- 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 */ -- cgit v1.2.3