Skip to content

Commit

Permalink
configure: bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatth committed Jun 11, 2022
1 parent 1e64d72 commit 5dceaaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand All @@ -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


Expand Down
6 changes: 3 additions & 3 deletions libspeex/arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5dceaaf

Please sign in to comment.